Html Css Color HEX #CABB2A Barberry

📋 copy color: '#CABB2A'

red 202 ◦ green 187 ◦ blue 42

#CABB2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CABB2A

Tints of Barberry #CABB2A

RGB

 RED value IS 202 (79.3% from 255) = 46.87%

 GREEN value IS 187 (73.44% from 255) = 43.39%

 BLUE value IS 42 (16.8% from 255) = 9.74%

R = 46.87%
G = 43.39%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CABB2A (or 0xCABB2A) is known color: Barberry. HEX triplet: CA, BB and 2A. RGB value is (202,187,42). Sum of RGB (Red+Green+Blue) = 202+187+42=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB2A is #3544D5. Grayscale: #AFAFAF. Windows color (decimal): -3491030 or 2800586. OLE color: 2800586.

HSL color Cylindrical-coordinate representation of color #CABB2A: hue angle of 54.38º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CABB2A is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 42 -
CMYK 0 0.07 0.79 0.21
HSL 54.38º 0.66% 0.48% -
HSV(B) 54.38º 0.79% 0.79% -
XYZ 42.55 48.26 9.26 -
YUV 174.96 52.97 147.29 -
System Red Green Blue C M Y K H S L
Decimal 202 187 42 0 0.07 0.79 0.21 54.38 0.66 0.48
Hex CA BB 2A 0 7 4F 15 36 42 30
Octal 312 273 52 0 7 117 25 66 102 60
Binary 11001010 10111011 101010 0 111 1001111 10101 110110 1000010 110000

Color Harmonies of #CABB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB2A

Black with #CABB2A

Text Example


Text Example

White with #CABB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB2A; }

 p { color: rgb(202,187,42); }

 H1.HeaderClassName
 {
   color: #CABB2A;
 }
 .AnyTagClassName
 {
   color: #CABB2A;
 }
</style>

background-color css

<style>
 a { background-color: #CABB2A; }

 a { background-color: rgb(202,187,42); }

 div.DivClassName
 {
   background-color: #CABB2A;
 }
 .BgClassName
 {
   background-color: #CABB2A;
 }
</style>

border-color css

<style>
 span { border-color: #CABB2A; }

 span { border-color: rgb(202,187,42); }

 td.TdClassName
 {
   border-color: #CABB2A;
 }
 .TagClassName
 {
   border-color: #CABB2A;
 }
</style>