Html Css Color HEX #BDD612 Rio Grande

📋 copy color: '#BDD612'

red 189 ◦ green 214 ◦ blue 18

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

Shades of Rio Grande #BDD612

Tints of Rio Grande #BDD612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.28%

R = 44.89%
G = 50.83%
B = 4.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#BDD612 (or 0xBDD612) is known color: Rio Grande. HEX triplet: BD, D6 and 12. RGB value is (189,214,18). Sum of RGB (Red+Green+Blue) = 189+214+18=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD612 is #4229ED. Grayscale: #B8B8B8. Windows color (decimal): -4336110 or 1234621. OLE color: 1234621.

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

Color convert

RGB 189 214 18 -
CMYK 0.12 0 0.92 0.16
HSL 67.65º 0.84% 0.45% -
HSV(B) 67.65º 0.92% 0.84% -
XYZ 45.14 58.96 9.57 -
YUV 184.18 34.22 131.44 -
System Red Green Blue C M Y K H S L
Decimal 189 214 18 0.12 0 0.92 0.16 67.65 0.84 0.45
Hex BD D6 12 C 0 5C 10 44 54 2D
Octal 275 326 22 14 0 134 20 104 124 55
Binary 10111101 11010110 10010 1100 0 1011100 10000 1000100 1010100 101101

Color Harmonies of #BDD612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD612

Black with #BDD612

Text Example


Text Example

White with #BDD612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD612; }

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

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

background-color css

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

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

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

border-color css

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

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

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