Html Css Color HEX #BDBE11 La Rioja

📋 copy color: '#BDBE11'

red 189 ◦ green 190 ◦ blue 17

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

Shades of La Rioja #BDBE11

Tints of La Rioja #BDBE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.29%

R = 47.73%
G = 47.98%
B = 4.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BDBE11 (or 0xBDBE11) is known color: La Rioja. HEX triplet: BD, BE and 11. RGB value is (189,190,17). Sum of RGB (Red+Green+Blue) = 189+190+17=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBE11 is #4241EE. Grayscale: #AAAAAA. Windows color (decimal): -4342255 or 1162941. OLE color: 1162941.

HSL color Cylindrical-coordinate representation of color #BDBE11: hue angle of 60.35º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDBE11 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 190 17 -
CMYK 0.01 0 0.91 0.25
HSL 60.35º 0.84% 0.41% -
HSV(B) 60.35º 0.91% 0.75% -
XYZ 39.5 47.69 7.65 -
YUV 169.98 41.67 141.57 -
System Red Green Blue C M Y K H S L
Decimal 189 190 17 0.01 0 0.91 0.25 60.35 0.84 0.41
Hex BD BE 11 1 0 5B 19 3C 54 29
Octal 275 276 21 1 0 133 31 74 124 51
Binary 10111101 10111110 10001 1 0 1011011 11001 111100 1010100 101001

Color Harmonies of #BDBE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE11

Black with #BDBE11

Text Example


Text Example

White with #BDBE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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