Html Css Color HEX #BDB200 La Rioja

📋 copy color: '#BDB200'

red 189 ◦ green 178 ◦ blue 0

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

Shades of La Rioja #BDB200

Tints of La Rioja #BDB200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.5%

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

R = 51.5%
G = 48.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BDB200 (or 0xBDB200) is known color: La Rioja. HEX triplet: BD, B2 and 00. RGB value is (189,178,0). Sum of RGB (Red+Green+Blue) = 189+178+0=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB200 is #424DFF. Grayscale: #A1A1A1. Windows color (decimal): -4345344 or 45757. OLE color: 45757.

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

Color convert

RGB 189 178 0 -
CMYK 0 0.06 1 0.26
HSL 56.51º 1% 0.37% -
HSV(B) 56.51º 1% 0.74% -
XYZ 36.91 42.66 6.29 -
YUV 161 37.14 147.97 -
System Red Green Blue C M Y K H S L
Decimal 189 178 0 0 0.06 1 0.26 56.51 1 0.37
Hex BD B2 0 0 6 64 1A 39 64 25
Octal 275 262 0 0 6 144 32 71 144 45
Binary 10111101 10110010 0 0 110 1100100 11010 111001 1100100 100101

Color Harmonies of #BDB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB200

Black with #BDB200

Text Example


Text Example

White with #BDB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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