Html Css Color HEX #C2BD01 La Rioja

📋 copy color: '#C2BD01'

red 194 ◦ green 189 ◦ blue 1

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

Shades of La Rioja #C2BD01

Tints of La Rioja #C2BD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 50.52%
G = 49.22%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C2BD01 (or 0xC2BD01) is known color: La Rioja. HEX triplet: C2, BD and 01. RGB value is (194,189,1). Sum of RGB (Red+Green+Blue) = 194+189+1=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BD01 is #3D42FE. Grayscale: #A9A9A9. Windows color (decimal): -4014847 or 114114. OLE color: 114114.

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

Color convert

RGB 194 189 1 -
CMYK 0 0.03 0.99 0.24
HSL 58.45º 0.99% 0.38% -
HSV(B) 58.45º 0.99% 0.76% -
XYZ 40.45 47.87 7.14 -
YUV 169.06 33.16 145.79 -
System Red Green Blue C M Y K H S L
Decimal 194 189 1 0 0.03 0.99 0.24 58.45 0.99 0.38
Hex C2 BD 1 0 3 63 18 3A 63 26
Octal 302 275 1 0 3 143 30 72 143 46
Binary 11000010 10111101 1 0 11 1100011 11000 111010 1100011 100110

Color Harmonies of #C2BD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD01

Black with #C2BD01

Text Example


Text Example

White with #C2BD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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