Html Css Color HEX #C6CE20 Barberry

📋 copy color: '#C6CE20'

red 198 ◦ green 206 ◦ blue 32

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

Shades of Barberry #C6CE20

Tints of Barberry #C6CE20

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.25%

 BLUE value IS 32 (12.89% from 255) = 7.34%

R = 45.41%
G = 47.25%
B = 7.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#C6CE20 (or 0xC6CE20) is known color: Barberry. HEX triplet: C6, CE and 20. RGB value is (198,206,32). Sum of RGB (Red+Green+Blue) = 198+206+32=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CE20 is #3931DF. Grayscale: #B8B8B8. Windows color (decimal): -3748320 or 2150086. OLE color: 2150086.

HSL color Cylindrical-coordinate representation of color #C6CE20: hue angle of 62.76º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6CE20 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 206 32 -
CMYK 0.04 0 0.84 0.19
HSL 62.76º 0.73% 0.47% -
HSV(B) 62.76º 0.84% 0.81% -
XYZ 45.62 56.25 9.82 -
YUV 183.77 42.35 138.15 -
System Red Green Blue C M Y K H S L
Decimal 198 206 32 0.04 0 0.84 0.19 62.76 0.73 0.47
Hex C6 CE 20 4 0 54 13 3F 49 2F
Octal 306 316 40 4 0 124 23 77 111 57
Binary 11000110 11001110 100000 100 0 1010100 10011 111111 1001001 101111

Color Harmonies of #C6CE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CE20

Black with #C6CE20

Text Example


Text Example

White with #C6CE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CE20; }

 p { color: rgb(198,206,32); }

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

background-color css

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

 a { background-color: rgb(198,206,32); }

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

border-color css

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

 span { border-color: rgb(198,206,32); }

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