Html Css Color HEX #BDBE18 La Rioja

📋 copy color: '#BDBE18'

red 189 ◦ green 190 ◦ blue 24

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

Shades of La Rioja #BDBE18

Tints of La Rioja #BDBE18

RGB

 RED value IS 189 (74.22% from 255) = 46.9%

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

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

R = 46.9%
G = 47.15%
B = 5.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BDBE18 (or 0xBDBE18) is known color: La Rioja. HEX triplet: BD, BE and 18. RGB value is (189,190,24). Sum of RGB (Red+Green+Blue) = 189+190+24=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBE18 is #4241E7. Grayscale: #ABABAB. Windows color (decimal): -4342248 or 1621693. OLE color: 1621693.

HSL color Cylindrical-coordinate representation of color #BDBE18: hue angle of 60.36º 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 #BDBE18 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 190 24 -
CMYK 0.01 0 0.87 0.25
HSL 60.36º 0.78% 0.42% -
HSV(B) 60.36º 0.87% 0.75% -
XYZ 39.56 47.71 7.99 -
YUV 170.78 45.17 141 -
System Red Green Blue C M Y K H S L
Decimal 189 190 24 0.01 0 0.87 0.25 60.36 0.78 0.42
Hex BD BE 18 1 0 57 19 3C 4E 2A
Octal 275 276 30 1 0 127 31 74 116 52
Binary 10111101 10111110 11000 1 0 1010111 11001 111100 1001110 101010

Color Harmonies of #BDBE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE18

Black with #BDBE18

Text Example


Text Example

White with #BDBE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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