Html Css Color HEX #C4C02B Barberry

📋 copy color: '#C4C02B'

red 196 ◦ green 192 ◦ blue 43

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

Shades of Barberry #C4C02B

Tints of Barberry #C4C02B

RGB

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

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

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

R = 45.48%
G = 44.55%
B = 9.98%

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

#C4C02B (or 0xC4C02B) is known color: Barberry. HEX triplet: C4, C0 and 2B. RGB value is (196,192,43). Sum of RGB (Red+Green+Blue) = 196+192+43=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C02B is #3B3FD4. Grayscale: #B0B0B0. Windows color (decimal): -3882965 or 2867396. OLE color: 2867396.

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

Color convert

RGB 196 192 43 -
CMYK 0 0.02 0.78 0.23
HSL 58.43º 0.64% 0.47% -
HSV(B) 58.43º 0.78% 0.77% -
XYZ 42.05 49.61 9.64 -
YUV 176.21 52.83 142.12 -
System Red Green Blue C M Y K H S L
Decimal 196 192 43 0 0.02 0.78 0.23 58.43 0.64 0.47
Hex C4 C0 2B 0 2 4E 17 3A 40 2F
Octal 304 300 53 0 2 116 27 72 100 57
Binary 11000100 11000000 101011 0 10 1001110 10111 111010 1000000 101111

Color Harmonies of #C4C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C02B

Black with #C4C02B

Text Example


Text Example

White with #C4C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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