Html Css Color HEX #C0C30F La Rioja

📋 copy color: '#C0C30F'

red 192 ◦ green 195 ◦ blue 15

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

Shades of La Rioja #C0C30F

Tints of La Rioja #C0C30F

RGB

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

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

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

R = 47.76%
G = 48.51%
B = 3.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C0C30F (or 0xC0C30F) is known color: La Rioja. HEX triplet: C0, C3 and 0F. RGB value is (192,195,15). Sum of RGB (Red+Green+Blue) = 192+195+15=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C30F is #3F3CF0. Grayscale: #AEAEAE. Windows color (decimal): -4144369 or 1033152. OLE color: 1033152.

HSL color Cylindrical-coordinate representation of color #C0C30F: hue angle of 61º 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 #C0C30F is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 15 -
CMYK 0.02 0 0.92 0.24
HSL 61º 0.86% 0.41% -
HSV(B) 61º 0.92% 0.76% -
XYZ 41.34 50.27 7.98 -
YUV 173.58 38.51 141.14 -
System Red Green Blue C M Y K H S L
Decimal 192 195 15 0.02 0 0.92 0.24 61 0.86 0.41
Hex C0 C3 F 2 0 5C 18 3D 56 29
Octal 300 303 17 2 0 134 30 75 126 51
Binary 11000000 11000011 1111 10 0 1011100 11000 111101 1010110 101001

Color Harmonies of #C0C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C30F

Black with #C0C30F

Text Example


Text Example

White with #C0C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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