Html Css Color HEX #C3BE13 La Rioja

📋 copy color: '#C3BE13'

red 195 ◦ green 190 ◦ blue 19

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

Shades of La Rioja #C3BE13

Tints of La Rioja #C3BE13

RGB

 RED value IS 195 (76.56% from 255) = 48.27%

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

 BLUE value IS 19 (7.81% from 255) = 4.7%

R = 48.27%
G = 47.03%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C3BE13 (or 0xC3BE13) is known color: La Rioja. HEX triplet: C3, BE and 13. RGB value is (195,190,19). Sum of RGB (Red+Green+Blue) = 195+190+19=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BE13 is #3C41EC. Grayscale: #ACACAC. Windows color (decimal): -3949037 or 1294019. OLE color: 1294019.

HSL color Cylindrical-coordinate representation of color #C3BE13: hue angle of 58.3º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3BE13 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 190 19 -
CMYK 0 0.03 0.90 0.24
HSL 58.3º 0.82% 0.42% -
HSV(B) 58.3º 0.9% 0.76% -
XYZ 41.04 48.48 7.81 -
YUV 172 41.66 144.4 -
System Red Green Blue C M Y K H S L
Decimal 195 190 19 0 0.03 0.90 0.24 58.3 0.82 0.42
Hex C3 BE 13 0 3 5A 18 3A 52 2A
Octal 303 276 23 0 3 132 30 72 122 52
Binary 11000011 10111110 10011 0 11 1011010 11000 111010 1010010 101010

Color Harmonies of #C3BE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BE13

Black with #C3BE13

Text Example


Text Example

White with #C3BE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BE13; }

 p { color: rgb(195,190,19); }

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

background-color css

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

 a { background-color: rgb(195,190,19); }

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

border-color css

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

 span { border-color: rgb(195,190,19); }

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