Html Css Color HEX #BDD305 La Rioja

📋 copy color: '#BDD305'

red 189 ◦ green 211 ◦ blue 5

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

Shades of La Rioja #BDD305

Tints of La Rioja #BDD305

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.1%

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 46.67%
G = 52.1%
B = 1.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#BDD305 (or 0xBDD305) is known color: La Rioja. HEX triplet: BD, D3 and 05. RGB value is (189,211,5). Sum of RGB (Red+Green+Blue) = 189+211+5=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD305 is #422CFA. Grayscale: #B5B5B5. Windows color (decimal): -4336891 or 381885. OLE color: 381885.

HSL color Cylindrical-coordinate representation of color #BDD305: hue angle of 66.41º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDD305 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 5 -
CMYK 0.10 0 0.98 0.17
HSL 66.41º 0.95% 0.42% -
HSV(B) 66.41º 0.98% 0.83% -
XYZ 44.31 57.42 8.89 -
YUV 180.94 28.71 133.75 -
System Red Green Blue C M Y K H S L
Decimal 189 211 5 0.10 0 0.98 0.17 66.41 0.95 0.42
Hex BD D3 5 A 0 62 11 42 5F 2A
Octal 275 323 5 12 0 142 21 102 137 52
Binary 10111101 11010011 101 1010 0 1100010 10001 1000010 1011111 101010

Color Harmonies of #BDD305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD305

Black with #BDD305

Text Example


Text Example

White with #BDD305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD305; }

 p { color: rgb(189,211,5); }

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

background-color css

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

 a { background-color: rgb(189,211,5); }

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

border-color css

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

 span { border-color: rgb(189,211,5); }

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