Html Css Color HEX #BDD616 Rio Grande

📋 copy color: '#BDD616'

red 189 ◦ green 214 ◦ blue 22

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

Shades of Rio Grande #BDD616

Tints of Rio Grande #BDD616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.35%

 BLUE value IS 22 (8.98% from 255) = 5.18%

R = 44.47%
G = 50.35%
B = 5.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#BDD616 (or 0xBDD616) is known color: Rio Grande. HEX triplet: BD, D6 and 16. RGB value is (189,214,22). Sum of RGB (Red+Green+Blue) = 189+214+22=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD616 is #4229E9. Grayscale: #B9B9B9. Windows color (decimal): -4336106 or 1496765. OLE color: 1496765.

HSL color Cylindrical-coordinate representation of color #BDD616: hue angle of 67.81º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDD616 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 22 -
CMYK 0.12 0 0.90 0.16
HSL 67.81º 0.81% 0.46% -
HSV(B) 67.81º 0.9% 0.84% -
XYZ 45.18 58.97 9.76 -
YUV 184.64 36.22 131.11 -
System Red Green Blue C M Y K H S L
Decimal 189 214 22 0.12 0 0.90 0.16 67.81 0.81 0.46
Hex BD D6 16 C 0 5A 10 44 51 2E
Octal 275 326 26 14 0 132 20 104 121 56
Binary 10111101 11010110 10110 1100 0 1011010 10000 1000100 1010001 101110

Color Harmonies of #BDD616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD616

Black with #BDD616

Text Example


Text Example

White with #BDD616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD616; }

 p { color: rgb(189,214,22); }

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

background-color css

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

 a { background-color: rgb(189,214,22); }

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

border-color css

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

 span { border-color: rgb(189,214,22); }

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