Html Css Color HEX #C8BB24 Barberry

📋 copy color: '#C8BB24'

red 200 ◦ green 187 ◦ blue 36

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

Shades of Barberry #C8BB24

Tints of Barberry #C8BB24

RGB

 RED value IS 200 (78.52% from 255) = 47.28%

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

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

R = 47.28%
G = 44.21%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C8BB24 (or 0xC8BB24) is known color: Barberry. HEX triplet: C8, BB and 24. RGB value is (200,187,36). Sum of RGB (Red+Green+Blue) = 200+187+36=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BB24 is #3744DB. Grayscale: #AEAEAE. Windows color (decimal): -3622108 or 2407368. OLE color: 2407368.

HSL color Cylindrical-coordinate representation of color #C8BB24: hue angle of 55.24º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8BB24 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 187 36 -
CMYK 0 0.06 0.82 0.22
HSL 55.24º 0.69% 0.46% -
HSV(B) 55.24º 0.82% 0.78% -
XYZ 41.91 47.95 8.72 -
YUV 173.67 50.31 146.78 -
System Red Green Blue C M Y K H S L
Decimal 200 187 36 0 0.06 0.82 0.22 55.24 0.69 0.46
Hex C8 BB 24 0 6 52 16 37 45 2E
Octal 310 273 44 0 6 122 26 67 105 56
Binary 11001000 10111011 100100 0 110 1010010 10110 110111 1000101 101110

Color Harmonies of #C8BB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB24

Black with #C8BB24

Text Example


Text Example

White with #C8BB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB24; }

 p { color: rgb(200,187,36); }

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

background-color css

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

 a { background-color: rgb(200,187,36); }

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

border-color css

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

 span { border-color: rgb(200,187,36); }

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