Html Css Color HEX #C2CE06 La Rioja

📋 copy color: '#C2CE06'

red 194 ◦ green 206 ◦ blue 6

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

Shades of La Rioja #C2CE06

Tints of La Rioja #C2CE06

RGB

 RED value IS 194 (76.17% from 255) = 47.78%

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

 BLUE value IS 6 (2.73% from 255) = 1.48%

R = 47.78%
G = 50.74%
B = 1.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#C2CE06 (or 0xC2CE06) is known color: La Rioja. HEX triplet: C2, CE and 06. RGB value is (194,206,6). Sum of RGB (Red+Green+Blue) = 194+206+6=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CE06 is #3D31F9. Grayscale: #B4B4B4. Windows color (decimal): -4010490 or 446146. OLE color: 446146.

HSL color Cylindrical-coordinate representation of color #C2CE06: hue angle of 63.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2CE06 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 206 6 -
CMYK 0.06 0 0.97 0.19
HSL 63.6º 0.94% 0.42% -
HSV(B) 63.6º 0.97% 0.81% -
XYZ 44.35 55.63 8.57 -
YUV 179.61 30.02 138.26 -
System Red Green Blue C M Y K H S L
Decimal 194 206 6 0.06 0 0.97 0.19 63.6 0.94 0.42
Hex C2 CE 6 6 0 61 13 40 5E 2A
Octal 302 316 6 6 0 141 23 100 136 52
Binary 11000010 11001110 110 110 0 1100001 10011 1000000 1011110 101010

Color Harmonies of #C2CE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CE06

Black with #C2CE06

Text Example


Text Example

White with #C2CE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CE06; }

 p { color: rgb(194,206,6); }

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

background-color css

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

 a { background-color: rgb(194,206,6); }

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

border-color css

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

 span { border-color: rgb(194,206,6); }

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