Html Css Color HEX #C4C22B Barberry

📋 copy color: '#C4C22B'

red 196 ◦ green 194 ◦ blue 43

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

Shades of Barberry #C4C22B

Tints of Barberry #C4C22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.93%

R = 45.27%
G = 44.8%
B = 9.93%

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

#C4C22B (or 0xC4C22B) is known color: Barberry. HEX triplet: C4, C2 and 2B. RGB value is (196,194,43). Sum of RGB (Red+Green+Blue) = 196+194+43=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C22B is #3B3DD4. Grayscale: #B1B1B1. Windows color (decimal): -3882453 or 2867908. OLE color: 2867908.

HSL color Cylindrical-coordinate representation of color #C4C22B: hue angle of 59.22º degrees, saturation: 0.64, 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 #C4C22B is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 194 43 -
CMYK 0 0.01 0.78 0.23
HSL 59.22º 0.64% 0.47% -
HSV(B) 59.22º 0.78% 0.77% -
XYZ 42.49 50.49 9.79 -
YUV 177.38 52.16 141.28 -
System Red Green Blue C M Y K H S L
Decimal 196 194 43 0 0.01 0.78 0.23 59.22 0.64 0.47
Hex C4 C2 2B 0 1 4E 17 3B 40 2F
Octal 304 302 53 0 1 116 27 73 100 57
Binary 11000100 11000010 101011 0 1 1001110 10111 111011 1000000 101111

Color Harmonies of #C4C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C22B

Black with #C4C22B

Text Example


Text Example

White with #C4C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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