Html Css Color HEX #BDD20B La Rioja

📋 copy color: '#BDD20B'

red 189 ◦ green 210 ◦ blue 11

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

Shades of La Rioja #BDD20B

Tints of La Rioja #BDD20B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.22%

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

R = 46.1%
G = 51.22%
B = 2.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#BDD20B (or 0xBDD20B) is known color: La Rioja. HEX triplet: BD, D2 and 0B. RGB value is (189,210,11). Sum of RGB (Red+Green+Blue) = 189+210+11=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 210 (82.42% from 255 or 51.22% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD20B is #422DF4. Grayscale: #B5B5B5. Windows color (decimal): -4337141 or 774845. OLE color: 774845.

HSL color Cylindrical-coordinate representation of color #BDD20B: hue angle of 66.33º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDD20B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 11 -
CMYK 0.10 0 0.95 0.18
HSL 66.33º 0.9% 0.43% -
HSV(B) 66.33º 0.95% 0.82% -
XYZ 44.09 56.94 8.98 -
YUV 181.04 32.04 133.68 -
System Red Green Blue C M Y K H S L
Decimal 189 210 11 0.10 0 0.95 0.18 66.33 0.9 0.43
Hex BD D2 B A 0 5F 12 42 5A 2B
Octal 275 322 13 12 0 137 22 102 132 53
Binary 10111101 11010010 1011 1010 0 1011111 10010 1000010 1011010 101011

Color Harmonies of #BDD20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD20B

Black with #BDD20B

Text Example


Text Example

White with #BDD20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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