Html Css Color HEX #BDBE19 La Rioja

📋 copy color: '#BDBE19'

red 189 ◦ green 190 ◦ blue 25

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

Shades of La Rioja #BDBE19

Tints of La Rioja #BDBE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.19%

R = 46.78%
G = 47.03%
B = 6.19%

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

#BDBE19 (or 0xBDBE19) is known color: La Rioja. HEX triplet: BD, BE and 19. RGB value is (189,190,25). Sum of RGB (Red+Green+Blue) = 189+190+25=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBE19 is #4241E6. Grayscale: #ABABAB. Windows color (decimal): -4342247 or 1687229. OLE color: 1687229.

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

Color convert

RGB 189 190 25 -
CMYK 0.01 0 0.87 0.25
HSL 60.36º 0.77% 0.42% -
HSV(B) 60.36º 0.87% 0.75% -
XYZ 39.58 47.72 8.04 -
YUV 170.89 45.67 140.92 -
System Red Green Blue C M Y K H S L
Decimal 189 190 25 0.01 0 0.87 0.25 60.36 0.77 0.42
Hex BD BE 19 1 0 57 19 3C 4D 2A
Octal 275 276 31 1 0 127 31 74 115 52
Binary 10111101 10111110 11001 1 0 1010111 11001 111100 1001101 101010

Color Harmonies of #BDBE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE19

Black with #BDBE19

Text Example


Text Example

White with #BDBE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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