Html Css Color HEX #C2BB24 Barberry

📋 copy color: '#C2BB24'

red 194 ◦ green 187 ◦ blue 36

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

Shades of Barberry #C2BB24

Tints of Barberry #C2BB24

RGB

 RED value IS 194 (76.17% from 255) = 46.52%

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

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

R = 46.52%
G = 44.84%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C2BB24 (or 0xC2BB24) is known color: Barberry. HEX triplet: C2, BB and 24. RGB value is (194,187,36). Sum of RGB (Red+Green+Blue) = 194+187+36=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB24 is #3D44DB. Grayscale: #ACACAC. Windows color (decimal): -4015324 or 2407362. OLE color: 2407362.

HSL color Cylindrical-coordinate representation of color #C2BB24: hue angle of 57.34º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2BB24 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 187 36 -
CMYK 0 0.04 0.81 0.24
HSL 57.34º 0.69% 0.45% -
HSV(B) 57.34º 0.81% 0.76% -
XYZ 40.34 47.14 8.64 -
YUV 171.88 51.32 143.78 -
System Red Green Blue C M Y K H S L
Decimal 194 187 36 0 0.04 0.81 0.24 57.34 0.69 0.45
Hex C2 BB 24 0 4 51 18 39 45 2D
Octal 302 273 44 0 4 121 30 71 105 55
Binary 11000010 10111011 100100 0 100 1010001 11000 111001 1000101 101101

Color Harmonies of #C2BB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB24

Black with #C2BB24

Text Example


Text Example

White with #C2BB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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