#C1D608

Color #C1D608 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C1D608

Tints of La Rioja #C1D608

Color information

#C1D608 (or 0xC1D608) is unknown color: approx La Rioja. HEX triplet: C1, D6 and 08. RGB value is (193,214,8). Sum of RGB (Red+Green+Blue) = 193+214+8=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D608 is #3E29F7. Grayscale: #B9B9B9. Windows color (decimal): -4073976 or 579265. OLE color: 579265.

HSL color Cylindrical-coordinate representation of color #C1D608: hue angle of 66.12º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1D608 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB1932148-
CMYK0.1000.960.16
HSL66.12º92.79%43.53%-
HSV(B)66.12º96.26%83.92%-
XYZ46.0859.459.28-
YUV184.2428.54134.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.51%
GREEN value IS 214 (83.98% from 255) = 51.57%
BLUE value IS 8 (3.52% from 255) = 1.93%
R=46.51%
G=51.57%
B=1.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal19321480.1000.960.1666.1292.7943.53
HexC1D68A06010425d2c
Octal301326101201402010213554
Binary110000011101011010001010011000001000010000101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D608; }

 p { color: rgb(193,214,8); }

 H1.HeaderClassName
 {
   color: #C1D608;
 }
 .AnyTagClassName
 {
   color: #C1D608;
 }
</style>
background-color css

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

 a { background-color: rgb(193,214,8); }

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

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

 span { border-color: rgb(193,214,8); }

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