Html Css Color HEX #C2BB28 Barberry

📋 copy color: '#C2BB28'

red 194 ◦ green 187 ◦ blue 40

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

Shades of Barberry #C2BB28

Tints of Barberry #C2BB28

RGB

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

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

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

R = 46.08%
G = 44.42%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C2BB28 (or 0xC2BB28) is known color: Barberry. HEX triplet: C2, BB and 28. RGB value is (194,187,40). Sum of RGB (Red+Green+Blue) = 194+187+40=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB28 is #3D44D7. Grayscale: #ACACAC. Windows color (decimal): -4015320 or 2669506. OLE color: 2669506.

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

Color convert

RGB 194 187 40 -
CMYK 0 0.04 0.79 0.24
HSL 57.27º 0.66% 0.46% -
HSV(B) 57.27º 0.79% 0.76% -
XYZ 40.4 47.16 8.98 -
YUV 172.34 53.32 143.45 -
System Red Green Blue C M Y K H S L
Decimal 194 187 40 0 0.04 0.79 0.24 57.27 0.66 0.46
Hex C2 BB 28 0 4 4F 18 39 42 2E
Octal 302 273 50 0 4 117 30 71 102 56
Binary 11000010 10111011 101000 0 100 1001111 11000 111001 1000010 101110

Color Harmonies of #C2BB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB28

Black with #C2BB28

Text Example


Text Example

White with #C2BB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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