Html Css Color HEX #C2B909 La Rioja

📋 copy color: '#C2B909'

red 194 ◦ green 185 ◦ blue 9

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

Shades of La Rioja #C2B909

Tints of La Rioja #C2B909

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.68%

 BLUE value IS 9 (3.91% from 255) = 2.32%

R = 50%
G = 47.68%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2B909 (or 0xC2B909) is known color: La Rioja. HEX triplet: C2, B9 and 09. RGB value is (194,185,9). Sum of RGB (Red+Green+Blue) = 194+185+9=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B909 is #3D46F6. Grayscale: #A8A8A8. Windows color (decimal): -4015863 or 637378. OLE color: 637378.

HSL color Cylindrical-coordinate representation of color #C2B909: hue angle of 57.08º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2B909 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 9 -
CMYK 0 0.05 0.95 0.24
HSL 57.08º 0.91% 0.4% -
HSV(B) 57.08º 0.95% 0.76% -
XYZ 39.65 46.19 7.08 -
YUV 167.63 38.48 146.81 -
System Red Green Blue C M Y K H S L
Decimal 194 185 9 0 0.05 0.95 0.24 57.08 0.91 0.4
Hex C2 B9 9 0 5 5F 18 39 5B 28
Octal 302 271 11 0 5 137 30 71 133 50
Binary 11000010 10111001 1001 0 101 1011111 11000 111001 1011011 101000

Color Harmonies of #C2B909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B909

Black with #C2B909

Text Example


Text Example

White with #C2B909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B909; }

 p { color: rgb(194,185,9); }

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

background-color css

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

 a { background-color: rgb(194,185,9); }

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

border-color css

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

 span { border-color: rgb(194,185,9); }

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