Html Css Color HEX #C4C02E Barberry

📋 copy color: '#C4C02E'

red 196 ◦ green 192 ◦ blue 46

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

Shades of Barberry #C4C02E

Tints of Barberry #C4C02E

RGB

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

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

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

R = 45.16%
G = 44.24%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4C02E (or 0xC4C02E) is known color: Barberry. HEX triplet: C4, C0 and 2E. RGB value is (196,192,46). Sum of RGB (Red+Green+Blue) = 196+192+46=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C02E is #3B3FD1. Grayscale: #B1B1B1. Windows color (decimal): -3882962 or 3064004. OLE color: 3064004.

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

Color convert

RGB 196 192 46 -
CMYK 0 0.02 0.77 0.23
HSL 58.4º 0.62% 0.47% -
HSV(B) 58.4º 0.77% 0.77% -
XYZ 42.11 49.63 9.95 -
YUV 176.55 54.33 141.87 -
System Red Green Blue C M Y K H S L
Decimal 196 192 46 0 0.02 0.77 0.23 58.4 0.62 0.47
Hex C4 C0 2E 0 2 4D 17 3A 3E 2F
Octal 304 300 56 0 2 115 27 72 76 57
Binary 11000100 11000000 101110 0 10 1001101 10111 111010 111110 101111

Color Harmonies of #C4C02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C02E

Black with #C4C02E

Text Example


Text Example

White with #C4C02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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