Html Css Color HEX #C2BE01 La Rioja

📋 copy color: '#C2BE01'

red 194 ◦ green 190 ◦ blue 1

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

Shades of La Rioja #C2BE01

Tints of La Rioja #C2BE01

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.35%

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

R = 50.39%
G = 49.35%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C2BE01 (or 0xC2BE01) is known color: La Rioja. HEX triplet: C2, BE and 01. RGB value is (194,190,1). Sum of RGB (Red+Green+Blue) = 194+190+1=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE01 is #3D41FE. Grayscale: #AAAAAA. Windows color (decimal): -4014591 or 114370. OLE color: 114370.

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

Color convert

RGB 194 190 1 -
CMYK 0 0.02 0.99 0.24
HSL 58.76º 0.99% 0.38% -
HSV(B) 58.76º 0.99% 0.76% -
XYZ 40.67 48.3 7.21 -
YUV 169.65 32.83 145.37 -
System Red Green Blue C M Y K H S L
Decimal 194 190 1 0 0.02 0.99 0.24 58.76 0.99 0.38
Hex C2 BE 1 0 2 63 18 3B 63 26
Octal 302 276 1 0 2 143 30 73 143 46
Binary 11000010 10111110 1 0 10 1100011 11000 111011 1100011 100110

Color Harmonies of #C2BE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE01

Black with #C2BE01

Text Example


Text Example

White with #C2BE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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