Html Css Color HEX #C2C30F La Rioja

📋 copy color: '#C2C30F'

red 194 ◦ green 195 ◦ blue 15

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

Shades of La Rioja #C2C30F

Tints of La Rioja #C2C30F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.27%

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

R = 48.02%
G = 48.27%
B = 3.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2C30F (or 0xC2C30F) is known color: La Rioja. HEX triplet: C2, C3 and 0F. RGB value is (194,195,15). Sum of RGB (Red+Green+Blue) = 194+195+15=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C30F is #3D3CF0. Grayscale: #AEAEAE. Windows color (decimal): -4013297 or 1033154. OLE color: 1033154.

HSL color Cylindrical-coordinate representation of color #C2C30F: hue angle of 60.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2C30F is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 195 15 -
CMYK 0.01 0 0.92 0.24
HSL 60.33º 0.86% 0.41% -
HSV(B) 60.33º 0.92% 0.76% -
XYZ 41.85 50.53 8 -
YUV 174.18 38.17 142.14 -
System Red Green Blue C M Y K H S L
Decimal 194 195 15 0.01 0 0.92 0.24 60.33 0.86 0.41
Hex C2 C3 F 1 0 5C 18 3C 56 29
Octal 302 303 17 1 0 134 30 74 126 51
Binary 11000010 11000011 1111 1 0 1011100 11000 111100 1010110 101001

Color Harmonies of #C2C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C30F

Black with #C2C30F

Text Example


Text Example

White with #C2C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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