Html Css Color HEX #BDB30B La Rioja

📋 copy color: '#BDB30B'

red 189 ◦ green 179 ◦ blue 11

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

Shades of La Rioja #BDB30B

Tints of La Rioja #BDB30B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.23%

 BLUE value IS 11 (4.69% from 255) = 2.9%

R = 49.87%
G = 47.23%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BDB30B (or 0xBDB30B) is known color: La Rioja. HEX triplet: BD, B3 and 0B. RGB value is (189,179,11). Sum of RGB (Red+Green+Blue) = 189+179+11=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB30B is #424CF4. Grayscale: #A3A3A3. Windows color (decimal): -4345077 or 766909. OLE color: 766909.

HSL color Cylindrical-coordinate representation of color #BDB30B: hue angle of 56.63º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDB30B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 11 -
CMYK 0 0.05 0.94 0.26
HSL 56.63º 0.89% 0.39% -
HSV(B) 56.63º 0.94% 0.74% -
XYZ 37.17 43.08 6.67 -
YUV 162.84 42.31 146.66 -
System Red Green Blue C M Y K H S L
Decimal 189 179 11 0 0.05 0.94 0.26 56.63 0.89 0.39
Hex BD B3 B 0 5 5E 1A 39 59 27
Octal 275 263 13 0 5 136 32 71 131 47
Binary 10111101 10110011 1011 0 101 1011110 11010 111001 1011001 100111

Color Harmonies of #BDB30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB30B

Black with #BDB30B

Text Example


Text Example

White with #BDB30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB30B; }

 p { color: rgb(189,179,11); }

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

background-color css

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

 a { background-color: rgb(189,179,11); }

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

border-color css

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

 span { border-color: rgb(189,179,11); }

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