Html Css Color HEX #C2BE0B La Rioja

📋 copy color: '#C2BE0B'

red 194 ◦ green 190 ◦ blue 11

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

Shades of La Rioja #C2BE0B

Tints of La Rioja #C2BE0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.78%

R = 49.11%
G = 48.1%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2BE0B (or 0xC2BE0B) is known color: La Rioja. HEX triplet: C2, BE and 0B. RGB value is (194,190,11). Sum of RGB (Red+Green+Blue) = 194+190+11=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE0B is #3D41F4. Grayscale: #ABABAB. Windows color (decimal): -4014581 or 769730. OLE color: 769730.

HSL color Cylindrical-coordinate representation of color #C2BE0B: hue angle of 58.69º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2BE0B is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 190 11 -
CMYK 0 0.02 0.94 0.24
HSL 58.69º 0.89% 0.4% -
HSV(B) 58.69º 0.94% 0.76% -
XYZ 40.72 48.32 7.5 -
YUV 170.79 37.83 144.55 -
System Red Green Blue C M Y K H S L
Decimal 194 190 11 0 0.02 0.94 0.24 58.69 0.89 0.4
Hex C2 BE B 0 2 5E 18 3B 59 28
Octal 302 276 13 0 2 136 30 73 131 50
Binary 11000010 10111110 1011 0 10 1011110 11000 111011 1011001 101000

Color Harmonies of #C2BE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE0B

Black with #C2BE0B

Text Example


Text Example

White with #C2BE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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