Html Css Color HEX #C6CE02 La Rioja

📋 copy color: '#C6CE02'

red 198 ◦ green 206 ◦ blue 2

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

Shades of La Rioja #C6CE02

Tints of La Rioja #C6CE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 48.77%
G = 50.74%
B = 0.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#C6CE02 (or 0xC6CE02) is known color: La Rioja. HEX triplet: C6, CE and 02. RGB value is (198,206,2). Sum of RGB (Red+Green+Blue) = 198+206+2=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CE02 is #3931FD. Grayscale: #B5B5B5. Windows color (decimal): -3748350 or 184006. OLE color: 184006.

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

Color convert

RGB 198 206 2 -
CMYK 0.04 0 0.99 0.19
HSL 62.35º 0.98% 0.41% -
HSV(B) 62.35º 0.99% 0.81% -
XYZ 45.37 56.15 8.5 -
YUV 180.35 27.35 140.59 -
System Red Green Blue C M Y K H S L
Decimal 198 206 2 0.04 0 0.99 0.19 62.35 0.98 0.41
Hex C6 CE 2 4 0 63 13 3E 62 29
Octal 306 316 2 4 0 143 23 76 142 51
Binary 11000110 11001110 10 100 0 1100011 10011 111110 1100010 101001

Color Harmonies of #C6CE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CE02

Black with #C6CE02

Text Example


Text Example

White with #C6CE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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