Html Css Color HEX #C9D70B La Rioja

📋 copy color: '#C9D70B'

red 201 ◦ green 215 ◦ blue 11

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

Shades of La Rioja #C9D70B

Tints of La Rioja #C9D70B

RGB

 RED value IS 201 (78.91% from 255) = 47.07%

 GREEN value IS 215 (84.38% from 255) = 50.35%

 BLUE value IS 11 (4.69% from 255) = 2.58%

R = 47.07%
G = 50.35%
B = 2.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#C9D70B (or 0xC9D70B) is known color: La Rioja. HEX triplet: C9, D7 and 0B. RGB value is (201,215,11). Sum of RGB (Red+Green+Blue) = 201+215+11=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D70B is #3628F4. Grayscale: #BCBCBC. Windows color (decimal): -3549429 or 776137. OLE color: 776137.

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

Color convert

RGB 201 215 11 -
CMYK 0.07 0 0.95 0.16
HSL 64.12º 0.9% 0.44% -
HSV(B) 64.12º 0.95% 0.84% -
XYZ 48.45 61.04 9.55 -
YUV 187.56 28.36 137.59 -
System Red Green Blue C M Y K H S L
Decimal 201 215 11 0.07 0 0.95 0.16 64.12 0.9 0.44
Hex C9 D7 B 7 0 5F 10 40 5A 2C
Octal 311 327 13 7 0 137 20 100 132 54
Binary 11001001 11010111 1011 111 0 1011111 10000 1000000 1011010 101100

Color Harmonies of #C9D70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D70B

Black with #C9D70B

Text Example


Text Example

White with #C9D70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D70B; }

 p { color: rgb(201,215,11); }

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

background-color css

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

 a { background-color: rgb(201,215,11); }

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

border-color css

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

 span { border-color: rgb(201,215,11); }

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