Html Css Color HEX #BDBE14 La Rioja

📋 copy color: '#BDBE14'

red 189 ◦ green 190 ◦ blue 20

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

Shades of La Rioja #BDBE14

Tints of La Rioja #BDBE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.01%

R = 47.37%
G = 47.62%
B = 5.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BDBE14 (or 0xBDBE14) is known color: La Rioja. HEX triplet: BD, BE and 14. RGB value is (189,190,20). Sum of RGB (Red+Green+Blue) = 189+190+20=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBE14 is #4241EB. Grayscale: #AAAAAA. Windows color (decimal): -4342252 or 1359549. OLE color: 1359549.

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

Color convert

RGB 189 190 20 -
CMYK 0.01 0 0.89 0.25
HSL 60.35º 0.81% 0.41% -
HSV(B) 60.35º 0.89% 0.75% -
XYZ 39.53 47.7 7.78 -
YUV 170.32 43.17 141.32 -
System Red Green Blue C M Y K H S L
Decimal 189 190 20 0.01 0 0.89 0.25 60.35 0.81 0.41
Hex BD BE 14 1 0 59 19 3C 51 29
Octal 275 276 24 1 0 131 31 74 121 51
Binary 10111101 10111110 10100 1 0 1011001 11001 111100 1010001 101001

Color Harmonies of #BDBE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE14

Black with #BDBE14

Text Example


Text Example

White with #BDBE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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