Html Css Color HEX #C2CE0F La Rioja

📋 copy color: '#C2CE0F'

red 194 ◦ green 206 ◦ blue 15

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

Shades of La Rioja #C2CE0F

Tints of La Rioja #C2CE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.61%

R = 46.75%
G = 49.64%
B = 3.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#C2CE0F (or 0xC2CE0F) is known color: La Rioja. HEX triplet: C2, CE and 0F. RGB value is (194,206,15). Sum of RGB (Red+Green+Blue) = 194+206+15=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CE0F is #3D31F0. Grayscale: #B5B5B5. Windows color (decimal): -4010481 or 1035970. OLE color: 1035970.

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

Color convert

RGB 194 206 15 -
CMYK 0.06 0 0.93 0.19
HSL 63.77º 0.86% 0.43% -
HSV(B) 63.77º 0.93% 0.81% -
XYZ 44.41 55.65 8.85 -
YUV 180.64 34.52 137.53 -
System Red Green Blue C M Y K H S L
Decimal 194 206 15 0.06 0 0.93 0.19 63.77 0.86 0.43
Hex C2 CE F 6 0 5D 13 40 56 2B
Octal 302 316 17 6 0 135 23 100 126 53
Binary 11000010 11001110 1111 110 0 1011101 10011 1000000 1010110 101011

Color Harmonies of #C2CE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CE0F

Black with #C2CE0F

Text Example


Text Example

White with #C2CE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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