Html Css Color HEX #BDBF15 La Rioja

📋 copy color: '#BDBF15'

red 189 ◦ green 191 ◦ blue 21

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

Shades of La Rioja #BDBF15

Tints of La Rioja #BDBF15

RGB

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

 GREEN value IS 191 (75% from 255) = 47.63%

 BLUE value IS 21 (8.59% from 255) = 5.24%

R = 47.13%
G = 47.63%
B = 5.24%

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

#BDBF15 (or 0xBDBF15) is known color: La Rioja. HEX triplet: BD, BF and 15. RGB value is (189,191,21). Sum of RGB (Red+Green+Blue) = 189+191+21=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBF15 is #4240EA. Grayscale: #ABABAB. Windows color (decimal): -4341995 or 1425341. OLE color: 1425341.

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

Color convert

RGB 189 191 21 -
CMYK 0.01 0 0.89 0.25
HSL 60.71º 0.8% 0.42% -
HSV(B) 60.71º 0.89% 0.75% -
XYZ 39.75 48.13 7.91 -
YUV 171.02 43.34 140.82 -
System Red Green Blue C M Y K H S L
Decimal 189 191 21 0.01 0 0.89 0.25 60.71 0.8 0.42
Hex BD BF 15 1 0 59 19 3D 50 2A
Octal 275 277 25 1 0 131 31 75 120 52
Binary 10111101 10111111 10101 1 0 1011001 11001 111101 1010000 101010

Color Harmonies of #BDBF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF15

Black with #BDBF15

Text Example


Text Example

White with #BDBF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF15; }

 p { color: rgb(189,191,21); }

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

background-color css

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

 a { background-color: rgb(189,191,21); }

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

border-color css

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

 span { border-color: rgb(189,191,21); }

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