Html Css Color HEX #BDBF00 La Rioja

📋 copy color: '#BDBF00'

red 189 ◦ green 191 ◦ blue 0

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

Shades of La Rioja #BDBF00

Tints of La Rioja #BDBF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.74%
G = 50.26%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BDBF00 (or 0xBDBF00) is known color: La Rioja. HEX triplet: BD, BF and 00. RGB value is (189,191,0). Sum of RGB (Red+Green+Blue) = 189+191+0=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBF00 is #4240FF. Grayscale: #A9A9A9. Windows color (decimal): -4342016 or 49085. OLE color: 49085.

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

Color convert

RGB 189 191 0 -
CMYK 0.01 0 1 0.25
HSL 60.63º 1% 0.37% -
HSV(B) 60.63º 1% 0.75% -
XYZ 39.62 48.08 7.19 -
YUV 168.63 32.84 142.53 -
System Red Green Blue C M Y K H S L
Decimal 189 191 0 0.01 0 1 0.25 60.63 1 0.37
Hex BD BF 0 1 0 64 19 3D 64 25
Octal 275 277 0 1 0 144 31 75 144 45
Binary 10111101 10111111 0 1 0 1100100 11001 111101 1100100 100101

Color Harmonies of #BDBF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF00

Black with #BDBF00

Text Example


Text Example

White with #BDBF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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