Html Css Color HEX #C6C02E Barberry

📋 copy color: '#C6C02E'

red 198 ◦ green 192 ◦ blue 46

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

Shades of Barberry #C6C02E

Tints of Barberry #C6C02E

RGB

 RED value IS 198 (77.73% from 255) = 45.41%

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

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

R = 45.41%
G = 44.04%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6C02E (or 0xC6C02E) is known color: Barberry. HEX triplet: C6, C0 and 2E. RGB value is (198,192,46). Sum of RGB (Red+Green+Blue) = 198+192+46=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C02E is #393FD1. Grayscale: #B1B1B1. Windows color (decimal): -3751890 or 3064006. OLE color: 3064006.

HSL color Cylindrical-coordinate representation of color #C6C02E: hue angle of 57.63º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6C02E is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 192 46 -
CMYK 0 0.03 0.77 0.22
HSL 57.63º 0.62% 0.48% -
HSV(B) 57.63º 0.77% 0.78% -
XYZ 42.63 49.9 9.97 -
YUV 177.15 53.99 142.87 -
System Red Green Blue C M Y K H S L
Decimal 198 192 46 0 0.03 0.77 0.22 57.63 0.62 0.48
Hex C6 C0 2E 0 3 4D 16 3A 3E 30
Octal 306 300 56 0 3 115 26 72 76 60
Binary 11000110 11000000 101110 0 11 1001101 10110 111010 111110 110000

Color Harmonies of #C6C02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C02E

Black with #C6C02E

Text Example


Text Example

White with #C6C02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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