Html Css Color HEX #C4BE10 La Rioja

📋 copy color: '#C4BE10'

red 196 ◦ green 190 ◦ blue 16

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

Shades of La Rioja #C4BE10

Tints of La Rioja #C4BE10

RGB

 RED value IS 196 (76.95% from 255) = 48.76%

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

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

R = 48.76%
G = 47.26%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4BE10 (or 0xC4BE10) is known color: La Rioja. HEX triplet: C4, BE and 10. RGB value is (196,190,16). Sum of RGB (Red+Green+Blue) = 196+190+16=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BE10 is #3B41EF. Grayscale: #ACACAC. Windows color (decimal): -3883504 or 1097412. OLE color: 1097412.

HSL color Cylindrical-coordinate representation of color #C4BE10: hue angle of 58º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4BE10 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 190 16 -
CMYK 0 0.03 0.92 0.23
HSL 58º 0.85% 0.42% -
HSV(B) 58º 0.92% 0.77% -
XYZ 41.27 48.6 7.7 -
YUV 171.96 39.99 145.15 -
System Red Green Blue C M Y K H S L
Decimal 196 190 16 0 0.03 0.92 0.23 58 0.85 0.42
Hex C4 BE 10 0 3 5C 17 3A 55 2A
Octal 304 276 20 0 3 134 27 72 125 52
Binary 11000100 10111110 10000 0 11 1011100 10111 111010 1010101 101010

Color Harmonies of #C4BE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BE10

Black with #C4BE10

Text Example


Text Example

White with #C4BE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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