Html Css Color HEX #C4C22E Barberry

📋 copy color: '#C4C22E'

red 196 ◦ green 194 ◦ blue 46

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

Shades of Barberry #C4C22E

Tints of Barberry #C4C22E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.55%

R = 44.95%
G = 44.5%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4C22E (or 0xC4C22E) is known color: Barberry. HEX triplet: C4, C2 and 2E. RGB value is (196,194,46). Sum of RGB (Red+Green+Blue) = 196+194+46=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C22E is #3B3DD1. Grayscale: #B2B2B2. Windows color (decimal): -3882450 or 3064516. OLE color: 3064516.

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

Color convert

RGB 196 194 46 -
CMYK 0 0.01 0.77 0.23
HSL 59.2º 0.62% 0.47% -
HSV(B) 59.2º 0.77% 0.77% -
XYZ 42.55 50.52 10.09 -
YUV 177.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 196 194 46 0 0.01 0.77 0.23 59.2 0.62 0.47
Hex C4 C2 2E 0 1 4D 17 3B 3E 2F
Octal 304 302 56 0 1 115 27 73 76 57
Binary 11000100 11000010 101110 0 1 1001101 10111 111011 111110 101111

Color Harmonies of #C4C22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C22E

Black with #C4C22E

Text Example


Text Example

White with #C4C22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C22E; }

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

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

background-color css

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

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

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

border-color css

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

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

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