Html Css Color HEX #CAB924 Barberry

📋 copy color: '#CAB924'

red 202 ◦ green 185 ◦ blue 36

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

Shades of Barberry #CAB924

Tints of Barberry #CAB924

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.74%

 BLUE value IS 36 (14.45% from 255) = 8.51%

R = 47.75%
G = 43.74%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CAB924 (or 0xCAB924) is known color: Barberry. HEX triplet: CA, B9 and 24. RGB value is (202,185,36). Sum of RGB (Red+Green+Blue) = 202+185+36=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB924 is #3546DB. Grayscale: #ADADAD. Windows color (decimal): -3491548 or 2406858. OLE color: 2406858.

HSL color Cylindrical-coordinate representation of color #CAB924: hue angle of 53.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAB924 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 185 36 -
CMYK 0 0.08 0.82 0.21
HSL 53.86º 0.7% 0.47% -
HSV(B) 53.86º 0.82% 0.79% -
XYZ 42.02 47.38 8.6 -
YUV 173.1 50.63 148.62 -
System Red Green Blue C M Y K H S L
Decimal 202 185 36 0 0.08 0.82 0.21 53.86 0.7 0.47
Hex CA B9 24 0 8 52 15 36 46 2F
Octal 312 271 44 0 10 122 25 66 106 57
Binary 11001010 10111001 100100 0 1000 1010010 10101 110110 1000110 101111

Color Harmonies of #CAB924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB924

Black with #CAB924

Text Example


Text Example

White with #CAB924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB924; }

 p { color: rgb(202,185,36); }

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

background-color css

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

 a { background-color: rgb(202,185,36); }

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

border-color css

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

 span { border-color: rgb(202,185,36); }

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