Html Css Color HEX #C2B500 La Rioja

📋 copy color: '#C2B500'

red 194 ◦ green 181 ◦ blue 0

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

Shades of La Rioja #C2B500

Tints of La Rioja #C2B500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.73%
G = 48.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C2B500 (or 0xC2B500) is known color: La Rioja. HEX triplet: C2, B5 and 00. RGB value is (194,181,0). Sum of RGB (Red+Green+Blue) = 194+181+0=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B500 is #3D4AFF. Grayscale: #A4A4A4. Windows color (decimal): -4016896 or 46530. OLE color: 46530.

HSL color Cylindrical-coordinate representation of color #C2B500: hue angle of 55.98º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2B500 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 0 -
CMYK 0 0.07 1 0.24
HSL 55.98º 1% 0.38% -
HSV(B) 55.98º 1% 0.76% -
XYZ 38.77 44.52 6.55 -
YUV 164.25 35.31 149.22 -
System Red Green Blue C M Y K H S L
Decimal 194 181 0 0 0.07 1 0.24 55.98 1 0.38
Hex C2 B5 0 0 7 64 18 38 64 26
Octal 302 265 0 0 7 144 30 70 144 46
Binary 11000010 10110101 0 0 111 1100100 11000 111000 1100100 100110

Color Harmonies of #C2B500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B500

Black with #C2B500

Text Example


Text Example

White with #C2B500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B500; }

 p { color: rgb(194,181,0); }

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

background-color css

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

 a { background-color: rgb(194,181,0); }

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

border-color css

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

 span { border-color: rgb(194,181,0); }

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