Html Css Color HEX #C4C22C Barberry

📋 copy color: '#C4C22C'

red 196 ◦ green 194 ◦ blue 44

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

Shades of Barberry #C4C22C

Tints of Barberry #C4C22C

RGB

 RED value IS 196 (76.95% from 255) = 45.16%

 GREEN value IS 194 (76.17% from 255) = 44.7%

 BLUE value IS 44 (17.58% from 255) = 10.14%

R = 45.16%
G = 44.7%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4C22C (or 0xC4C22C) is known color: Barberry. HEX triplet: C4, C2 and 2C. RGB value is (196,194,44). Sum of RGB (Red+Green+Blue) = 196+194+44=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C22C is #3B3DD3. Grayscale: #B2B2B2. Windows color (decimal): -3882452 or 2933444. OLE color: 2933444.

HSL color Cylindrical-coordinate representation of color #C4C22C: hue angle of 59.21º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4C22C is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 194 44 -
CMYK 0 0.01 0.78 0.23
HSL 59.21º 0.63% 0.47% -
HSV(B) 59.21º 0.78% 0.77% -
XYZ 42.51 50.5 9.89 -
YUV 177.5 52.66 141.2 -
System Red Green Blue C M Y K H S L
Decimal 196 194 44 0 0.01 0.78 0.23 59.21 0.63 0.47
Hex C4 C2 2C 0 1 4E 17 3B 3F 2F
Octal 304 302 54 0 1 116 27 73 77 57
Binary 11000100 11000010 101100 0 1 1001110 10111 111011 111111 101111

Color Harmonies of #C4C22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C22C

Black with #C4C22C

Text Example


Text Example

White with #C4C22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C22C; }

 p { color: rgb(196,194,44); }

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

background-color css

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

 a { background-color: rgb(196,194,44); }

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

border-color css

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

 span { border-color: rgb(196,194,44); }

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