Html Css Color HEX #C0CE04 La Rioja

📋 copy color: '#C0CE04'

red 192 ◦ green 206 ◦ blue 4

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

Shades of La Rioja #C0CE04

Tints of La Rioja #C0CE04

RGB

 RED value IS 192 (75.39% from 255) = 47.76%

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

 BLUE value IS 4 (1.95% from 255) = 1%

R = 47.76%
G = 51.24%
B = 1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#C0CE04 (or 0xC0CE04) is known color: La Rioja. HEX triplet: C0, CE and 04. RGB value is (192,206,4). Sum of RGB (Red+Green+Blue) = 192+206+4=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CE04 is #3F31FB. Grayscale: #B3B3B3. Windows color (decimal): -4141564 or 315072. OLE color: 315072.

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

Color convert

RGB 192 206 4 -
CMYK 0.07 0 0.98 0.19
HSL 64.16º 0.96% 0.41% -
HSV(B) 64.16º 0.98% 0.81% -
XYZ 43.83 55.36 8.49 -
YUV 178.79 29.36 137.43 -
System Red Green Blue C M Y K H S L
Decimal 192 206 4 0.07 0 0.98 0.19 64.16 0.96 0.41
Hex C0 CE 4 7 0 62 13 40 60 29
Octal 300 316 4 7 0 142 23 100 140 51
Binary 11000000 11001110 100 111 0 1100010 10011 1000000 1100000 101001

Color Harmonies of #C0CE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CE04

Black with #C0CE04

Text Example


Text Example

White with #C0CE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CE04; }

 p { color: rgb(192,206,4); }

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

background-color css

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

 a { background-color: rgb(192,206,4); }

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

border-color css

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

 span { border-color: rgb(192,206,4); }

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