Html Css Color HEX #BDB20B La Rioja

📋 copy color: '#BDB20B'

red 189 ◦ green 178 ◦ blue 11

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

Shades of La Rioja #BDB20B

Tints of La Rioja #BDB20B

RGB

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

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

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

R = 50%
G = 47.09%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BDB20B (or 0xBDB20B) is known color: La Rioja. HEX triplet: BD, B2 and 0B. RGB value is (189,178,11). Sum of RGB (Red+Green+Blue) = 189+178+11=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB20B is #424DF4. Grayscale: #A2A2A2. Windows color (decimal): -4345333 or 766653. OLE color: 766653.

HSL color Cylindrical-coordinate representation of color #BDB20B: hue angle of 56.29º 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 #BDB20B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 11 -
CMYK 0 0.06 0.94 0.26
HSL 56.29º 0.89% 0.39% -
HSV(B) 56.29º 0.94% 0.74% -
XYZ 36.97 42.68 6.61 -
YUV 162.25 42.64 147.08 -
System Red Green Blue C M Y K H S L
Decimal 189 178 11 0 0.06 0.94 0.26 56.29 0.89 0.39
Hex BD B2 B 0 6 5E 1A 38 59 27
Octal 275 262 13 0 6 136 32 70 131 47
Binary 10111101 10110010 1011 0 110 1011110 11010 111000 1011001 100111

Color Harmonies of #BDB20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB20B

Black with #BDB20B

Text Example


Text Example

White with #BDB20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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