Html Css Color HEX #BEBB18 La Rioja

📋 copy color: '#BEBB18'

red 190 ◦ green 187 ◦ blue 24

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

Shades of La Rioja #BEBB18

Tints of La Rioja #BEBB18

RGB

 RED value IS 190 (74.61% from 255) = 47.38%

 GREEN value IS 187 (73.44% from 255) = 46.63%

 BLUE value IS 24 (9.77% from 255) = 5.99%

R = 47.38%
G = 46.63%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BEBB18 (or 0xBEBB18) is known color: La Rioja. HEX triplet: BE, BB and 18. RGB value is (190,187,24). Sum of RGB (Red+Green+Blue) = 190+187+24=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBB18 is #4144E7. Grayscale: #A9A9A9. Windows color (decimal): -4277480 or 1620926. OLE color: 1620926.

HSL color Cylindrical-coordinate representation of color #BEBB18: hue angle of 58.92º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEBB18 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 187 24 -
CMYK 0 0.02 0.87 0.25
HSL 58.92º 0.78% 0.42% -
HSV(B) 58.92º 0.87% 0.75% -
XYZ 39.17 46.55 7.79 -
YUV 169.32 45.99 142.75 -
System Red Green Blue C M Y K H S L
Decimal 190 187 24 0 0.02 0.87 0.25 58.92 0.78 0.42
Hex BE BB 18 0 2 57 19 3B 4E 2A
Octal 276 273 30 0 2 127 31 73 116 52
Binary 10111110 10111011 11000 0 10 1010111 11001 111011 1001110 101010

Color Harmonies of #BEBB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB18

Black with #BEBB18

Text Example


Text Example

White with #BEBB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB18; }

 p { color: rgb(190,187,24); }

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

background-color css

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

 a { background-color: rgb(190,187,24); }

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

border-color css

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

 span { border-color: rgb(190,187,24); }

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