Html Css Color HEX #C6CB05 La Rioja

📋 copy color: '#C6CB05'

red 198 ◦ green 203 ◦ blue 5

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

Shades of La Rioja #C6CB05

Tints of La Rioja #C6CB05

RGB

 RED value IS 198 (77.73% from 255) = 48.77%

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

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

R = 48.77%
G = 50%
B = 1.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#C6CB05 (or 0xC6CB05) is known color: La Rioja. HEX triplet: C6, CB and 05. RGB value is (198,203,5). Sum of RGB (Red+Green+Blue) = 198+203+5=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CB05 is #3934FA. Grayscale: #B3B3B3. Windows color (decimal): -3749115 or 379846. OLE color: 379846.

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

Color convert

RGB 198 203 5 -
CMYK 0.02 0 0.98 0.20
HSL 61.52º 0.95% 0.41% -
HSV(B) 61.52º 0.98% 0.8% -
XYZ 44.67 54.73 8.35 -
YUV 178.93 29.84 141.6 -
System Red Green Blue C M Y K H S L
Decimal 198 203 5 0.02 0 0.98 0.20 61.52 0.95 0.41
Hex C6 CB 5 2 0 62 14 3E 5F 29
Octal 306 313 5 2 0 142 24 76 137 51
Binary 11000110 11001011 101 10 0 1100010 10100 111110 1011111 101001

Color Harmonies of #C6CB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CB05

Black with #C6CB05

Text Example


Text Example

White with #C6CB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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