Html Css Color HEX #BDD021 Rio Grande

📋 copy color: '#BDD021'

red 189 ◦ green 208 ◦ blue 33

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

Shades of Rio Grande #BDD021

Tints of Rio Grande #BDD021

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.37%

 BLUE value IS 33 (13.28% from 255) = 7.67%

R = 43.95%
G = 48.37%
B = 7.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#BDD021 (or 0xBDD021) is known color: Rio Grande. HEX triplet: BD, D0 and 21. RGB value is (189,208,33). Sum of RGB (Red+Green+Blue) = 189+208+33=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD021 is #422FDE. Grayscale: #B7B7B7. Windows color (decimal): -4337631 or 2216125. OLE color: 2216125.

HSL color Cylindrical-coordinate representation of color #BDD021: hue angle of 66.51º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDD021 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 33 -
CMYK 0.09 0 0.84 0.18
HSL 66.51º 0.73% 0.47% -
HSV(B) 66.51º 0.84% 0.82% -
XYZ 43.82 56.04 9.95 -
YUV 182.37 43.71 132.73 -
System Red Green Blue C M Y K H S L
Decimal 189 208 33 0.09 0 0.84 0.18 66.51 0.73 0.47
Hex BD D0 21 9 0 54 12 43 49 2F
Octal 275 320 41 11 0 124 22 103 111 57
Binary 10111101 11010000 100001 1001 0 1010100 10010 1000011 1001001 101111

Color Harmonies of #BDD021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD021

Black with #BDD021

Text Example


Text Example

White with #BDD021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD021; }

 p { color: rgb(189,208,33); }

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

background-color css

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

 a { background-color: rgb(189,208,33); }

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

border-color css

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

 span { border-color: rgb(189,208,33); }

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