Html Css Color HEX #CABB28 Barberry

📋 copy color: '#CABB28'

red 202 ◦ green 187 ◦ blue 40

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

Shades of Barberry #CABB28

Tints of Barberry #CABB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.32%

R = 47.09%
G = 43.59%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CABB28 (or 0xCABB28) is known color: Barberry. HEX triplet: CA, BB and 28. RGB value is (202,187,40). Sum of RGB (Red+Green+Blue) = 202+187+40=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB28 is #3544D7. Grayscale: #AFAFAF. Windows color (decimal): -3491032 or 2669514. OLE color: 2669514.

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

Color convert

RGB 202 187 40 -
CMYK 0 0.07 0.80 0.21
HSL 54.44º 0.67% 0.47% -
HSV(B) 54.44º 0.8% 0.79% -
XYZ 42.51 48.25 9.08 -
YUV 174.73 51.97 147.45 -
System Red Green Blue C M Y K H S L
Decimal 202 187 40 0 0.07 0.80 0.21 54.44 0.67 0.47
Hex CA BB 28 0 7 50 15 36 43 2F
Octal 312 273 50 0 7 120 25 66 103 57
Binary 11001010 10111011 101000 0 111 1010000 10101 110110 1000011 101111

Color Harmonies of #CABB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB28

Black with #CABB28

Text Example


Text Example

White with #CABB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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