Html Css Color HEX #BDC10B La Rioja

📋 copy color: '#BDC10B'

red 189 ◦ green 193 ◦ blue 11

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

Shades of La Rioja #BDC10B

Tints of La Rioja #BDC10B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.11%

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

R = 48.09%
G = 49.11%
B = 2.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#BDC10B (or 0xBDC10B) is known color: La Rioja. HEX triplet: BD, C1 and 0B. RGB value is (189,193,11). Sum of RGB (Red+Green+Blue) = 189+193+11=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC10B is #423EF4. Grayscale: #ABABAB. Windows color (decimal): -4341493 or 770493. OLE color: 770493.

HSL color Cylindrical-coordinate representation of color #BDC10B: hue angle of 61.32º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDC10B is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 11 -
CMYK 0.02 0 0.94 0.24
HSL 61.32º 0.89% 0.4% -
HSV(B) 61.32º 0.94% 0.76% -
XYZ 40.12 48.98 7.66 -
YUV 171.06 37.67 140.8 -
System Red Green Blue C M Y K H S L
Decimal 189 193 11 0.02 0 0.94 0.24 61.32 0.89 0.4
Hex BD C1 B 2 0 5E 18 3D 59 28
Octal 275 301 13 2 0 136 30 75 131 50
Binary 10111101 11000001 1011 10 0 1011110 11000 111101 1011001 101000

Color Harmonies of #BDC10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC10B

Black with #BDC10B

Text Example


Text Example

White with #BDC10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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