Html Css Color HEX #C2BD00 La Rioja

📋 copy color: '#C2BD00'

red 194 ◦ green 189 ◦ blue 0

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

Shades of La Rioja #C2BD00

Tints of La Rioja #C2BD00

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.35%

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

R = 50.65%
G = 49.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C2BD00 (or 0xC2BD00) is known color: La Rioja. HEX triplet: C2, BD and 00. RGB value is (194,189,0). Sum of RGB (Red+Green+Blue) = 194+189+0=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BD00 is #3D42FF. Grayscale: #A9A9A9. Windows color (decimal): -4014848 or 48578. OLE color: 48578.

HSL color Cylindrical-coordinate representation of color #C2BD00: hue angle of 58.45º 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 #C2BD00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 189 0 -
CMYK 0 0.03 1 0.24
HSL 58.45º 1% 0.38% -
HSV(B) 58.45º 1% 0.76% -
XYZ 40.45 47.86 7.11 -
YUV 168.95 32.66 145.87 -
System Red Green Blue C M Y K H S L
Decimal 194 189 0 0 0.03 1 0.24 58.45 1 0.38
Hex C2 BD 0 0 3 64 18 3A 64 26
Octal 302 275 0 0 3 144 30 72 144 46
Binary 11000010 10111101 0 0 11 1100100 11000 111010 1100100 100110

Color Harmonies of #C2BD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD00

Black with #C2BD00

Text Example


Text Example

White with #C2BD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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