Html Css Color HEX #C4C02A Barberry

📋 copy color: '#C4C02A'

red 196 ◦ green 192 ◦ blue 42

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

Shades of Barberry #C4C02A

Tints of Barberry #C4C02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.77%

R = 45.58%
G = 44.65%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4C02A (or 0xC4C02A) is known color: Barberry. HEX triplet: C4, C0 and 2A. RGB value is (196,192,42). Sum of RGB (Red+Green+Blue) = 196+192+42=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C02A is #3B3FD5. Grayscale: #B0B0B0. Windows color (decimal): -3882966 or 2801860. OLE color: 2801860.

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

Color convert

RGB 196 192 42 -
CMYK 0 0.02 0.79 0.23
HSL 58.44º 0.65% 0.47% -
HSV(B) 58.44º 0.79% 0.77% -
XYZ 42.03 49.6 9.55 -
YUV 176.1 52.33 142.2 -
System Red Green Blue C M Y K H S L
Decimal 196 192 42 0 0.02 0.79 0.23 58.44 0.65 0.47
Hex C4 C0 2A 0 2 4F 17 3A 41 2F
Octal 304 300 52 0 2 117 27 72 101 57
Binary 11000100 11000000 101010 0 10 1001111 10111 111010 1000001 101111

Color Harmonies of #C4C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C02A

Black with #C4C02A

Text Example


Text Example

White with #C4C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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