Html Css Color HEX #C4C02C Barberry

📋 copy color: '#C4C02C'

red 196 ◦ green 192 ◦ blue 44

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

Shades of Barberry #C4C02C

Tints of Barberry #C4C02C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.44%

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

R = 45.37%
G = 44.44%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4C02C (or 0xC4C02C) is known color: Barberry. HEX triplet: C4, C0 and 2C. RGB value is (196,192,44). Sum of RGB (Red+Green+Blue) = 196+192+44=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C02C is #3B3FD3. Grayscale: #B0B0B0. Windows color (decimal): -3882964 or 2932932. OLE color: 2932932.

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

Color convert

RGB 196 192 44 -
CMYK 0 0.02 0.78 0.23
HSL 58.42º 0.63% 0.47% -
HSV(B) 58.42º 0.78% 0.77% -
XYZ 42.07 49.62 9.74 -
YUV 176.32 53.33 142.03 -
System Red Green Blue C M Y K H S L
Decimal 196 192 44 0 0.02 0.78 0.23 58.42 0.63 0.47
Hex C4 C0 2C 0 2 4E 17 3A 3F 2F
Octal 304 300 54 0 2 116 27 72 77 57
Binary 11000100 11000000 101100 0 10 1001110 10111 111010 111111 101111

Color Harmonies of #C4C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C02C

Black with #C4C02C

Text Example


Text Example

White with #C4C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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