Html Css Color HEX #C2BE0D La Rioja

📋 copy color: '#C2BE0D'

red 194 ◦ green 190 ◦ blue 13

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

Shades of La Rioja #C2BE0D

Tints of La Rioja #C2BE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 48.87%
G = 47.86%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2BE0D (or 0xC2BE0D) is known color: La Rioja. HEX triplet: C2, BE and 0D. RGB value is (194,190,13). Sum of RGB (Red+Green+Blue) = 194+190+13=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE0D is #3D41F2. Grayscale: #ABABAB. Windows color (decimal): -4014579 or 900802. OLE color: 900802.

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

Color convert

RGB 194 190 13 -
CMYK 0 0.02 0.93 0.24
HSL 58.67º 0.87% 0.41% -
HSV(B) 58.67º 0.93% 0.76% -
XYZ 40.73 48.33 7.56 -
YUV 171.02 38.83 144.39 -
System Red Green Blue C M Y K H S L
Decimal 194 190 13 0 0.02 0.93 0.24 58.67 0.87 0.41
Hex C2 BE D 0 2 5D 18 3B 57 29
Octal 302 276 15 0 2 135 30 73 127 51
Binary 11000010 10111110 1101 0 10 1011101 11000 111011 1010111 101001

Color Harmonies of #C2BE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE0D

Black with #C2BE0D

Text Example


Text Example

White with #C2BE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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