Html Css Color HEX #C2B801 La Rioja

📋 copy color: '#C2B801'

red 194 ◦ green 184 ◦ blue 1

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

Shades of La Rioja #C2B801

Tints of La Rioja #C2B801

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.55%

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

R = 51.19%
G = 48.55%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C2B801 (or 0xC2B801) is known color: La Rioja. HEX triplet: C2, B8 and 01. RGB value is (194,184,1). Sum of RGB (Red+Green+Blue) = 194+184+1=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B801 is #3D47FE. Grayscale: #A6A6A6. Windows color (decimal): -4016127 or 112834. OLE color: 112834.

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

Color convert

RGB 194 184 1 -
CMYK 0 0.05 0.99 0.24
HSL 56.89º 0.99% 0.38% -
HSV(B) 56.89º 0.99% 0.76% -
XYZ 39.39 45.75 6.78 -
YUV 166.13 34.81 147.88 -
System Red Green Blue C M Y K H S L
Decimal 194 184 1 0 0.05 0.99 0.24 56.89 0.99 0.38
Hex C2 B8 1 0 5 63 18 39 63 26
Octal 302 270 1 0 5 143 30 71 143 46
Binary 11000010 10111000 1 0 101 1100011 11000 111001 1100011 100110

Color Harmonies of #C2B801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B801

Black with #C2B801

Text Example


Text Example

White with #C2B801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B801; }

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

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

background-color css

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

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

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

border-color css

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

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

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