Html Css Color HEX #BDBE16 La Rioja

📋 copy color: '#BDBE16'

red 189 ◦ green 190 ◦ blue 22

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

Shades of La Rioja #BDBE16

Tints of La Rioja #BDBE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.49%

R = 47.13%
G = 47.38%
B = 5.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BDBE16 (or 0xBDBE16) is known color: La Rioja. HEX triplet: BD, BE and 16. RGB value is (189,190,22). Sum of RGB (Red+Green+Blue) = 189+190+22=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBE16 is #4241E9. Grayscale: #ABABAB. Windows color (decimal): -4342250 or 1490621. OLE color: 1490621.

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

Color convert

RGB 189 190 22 -
CMYK 0.01 0 0.88 0.25
HSL 60.36º 0.79% 0.42% -
HSV(B) 60.36º 0.88% 0.75% -
XYZ 39.54 47.7 7.88 -
YUV 170.55 44.17 141.16 -
System Red Green Blue C M Y K H S L
Decimal 189 190 22 0.01 0 0.88 0.25 60.36 0.79 0.42
Hex BD BE 16 1 0 58 19 3C 4F 2A
Octal 275 276 26 1 0 130 31 74 117 52
Binary 10111101 10111110 10110 1 0 1011000 11001 111100 1001111 101010

Color Harmonies of #BDBE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE16

Black with #BDBE16

Text Example


Text Example

White with #BDBE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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