Html Css Color HEX #C2CB05 La Rioja

📋 copy color: '#C2CB05'

red 194 ◦ green 203 ◦ blue 5

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

Shades of La Rioja #C2CB05

Tints of La Rioja #C2CB05

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.5%

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 48.26%
G = 50.5%
B = 1.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#C2CB05 (or 0xC2CB05) is known color: La Rioja. HEX triplet: C2, CB and 05. RGB value is (194,203,5). Sum of RGB (Red+Green+Blue) = 194+203+5=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CB05 is #3D34FA. Grayscale: #B2B2B2. Windows color (decimal): -4011259 or 379842. OLE color: 379842.

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

Color convert

RGB 194 203 5 -
CMYK 0.04 0 0.98 0.20
HSL 62.73º 0.95% 0.41% -
HSV(B) 62.73º 0.98% 0.8% -
XYZ 43.63 54.19 8.3 -
YUV 177.74 30.52 139.6 -
System Red Green Blue C M Y K H S L
Decimal 194 203 5 0.04 0 0.98 0.20 62.73 0.95 0.41
Hex C2 CB 5 4 0 62 14 3F 5F 29
Octal 302 313 5 4 0 142 24 77 137 51
Binary 11000010 11001011 101 100 0 1100010 10100 111111 1011111 101001

Color Harmonies of #C2CB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CB05

Black with #C2CB05

Text Example


Text Example

White with #C2CB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CB05; }

 p { color: rgb(194,203,5); }

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

background-color css

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

 a { background-color: rgb(194,203,5); }

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

border-color css

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

 span { border-color: rgb(194,203,5); }

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