Html Css Color HEX #BDC50B La Rioja

📋 copy color: '#BDC50B'

red 189 ◦ green 197 ◦ blue 11

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

Shades of La Rioja #BDC50B

Tints of La Rioja #BDC50B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.62%

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

R = 47.61%
G = 49.62%
B = 2.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#BDC50B (or 0xBDC50B) is known color: La Rioja. HEX triplet: BD, C5 and 0B. RGB value is (189,197,11). Sum of RGB (Red+Green+Blue) = 189+197+11=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC50B is #423AF4. Grayscale: #AEAEAE. Windows color (decimal): -4340469 or 771517. OLE color: 771517.

HSL color Cylindrical-coordinate representation of color #BDC50B: hue angle of 62.58º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDC50B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 11 -
CMYK 0.04 0 0.94 0.23
HSL 62.58º 0.89% 0.41% -
HSV(B) 62.58º 0.94% 0.77% -
XYZ 41.01 50.78 7.96 -
YUV 173.4 36.35 139.12 -
System Red Green Blue C M Y K H S L
Decimal 189 197 11 0.04 0 0.94 0.23 62.58 0.89 0.41
Hex BD C5 B 4 0 5E 17 3F 59 29
Octal 275 305 13 4 0 136 27 77 131 51
Binary 10111101 11000101 1011 100 0 1011110 10111 111111 1011001 101001

Color Harmonies of #BDC50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC50B

Black with #BDC50B

Text Example


Text Example

White with #BDC50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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