Html Css Color HEX #C2BE10 La Rioja

📋 copy color: '#C2BE10'

red 194 ◦ green 190 ◦ blue 16

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

Shades of La Rioja #C2BE10

Tints of La Rioja #C2BE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4%

R = 48.5%
G = 47.5%
B = 4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2BE10 (or 0xC2BE10) is known color: La Rioja. HEX triplet: C2, BE and 10. RGB value is (194,190,16). Sum of RGB (Red+Green+Blue) = 194+190+16=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE10 is #3D41EF. Grayscale: #ACACAC. Windows color (decimal): -4014576 or 1097410. OLE color: 1097410.

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

Color convert

RGB 194 190 16 -
CMYK 0 0.02 0.92 0.24
HSL 58.65º 0.85% 0.41% -
HSV(B) 58.65º 0.92% 0.76% -
XYZ 40.76 48.33 7.67 -
YUV 171.36 40.33 144.15 -
System Red Green Blue C M Y K H S L
Decimal 194 190 16 0 0.02 0.92 0.24 58.65 0.85 0.41
Hex C2 BE 10 0 2 5C 18 3B 55 29
Octal 302 276 20 0 2 134 30 73 125 51
Binary 11000010 10111110 10000 0 10 1011100 11000 111011 1010101 101001

Color Harmonies of #C2BE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE10

Black with #C2BE10

Text Example


Text Example

White with #C2BE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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