Html Css Color HEX #BDD712 Rio Grande

📋 copy color: '#BDD712'

red 189 ◦ green 215 ◦ blue 18

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

Shades of Rio Grande #BDD712

Tints of Rio Grande #BDD712

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.95%

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

R = 44.79%
G = 50.95%
B = 4.27%

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

#BDD712 (or 0xBDD712) is known color: Rio Grande. HEX triplet: BD, D7 and 12. RGB value is (189,215,18). Sum of RGB (Red+Green+Blue) = 189+215+18=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD712 is #4228ED. Grayscale: #B9B9B9. Windows color (decimal): -4335854 or 1234877. OLE color: 1234877.

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

Color convert

RGB 189 215 18 -
CMYK 0.12 0 0.92 0.16
HSL 67.92º 0.85% 0.46% -
HSV(B) 67.92º 0.92% 0.84% -
XYZ 45.4 59.46 9.66 -
YUV 184.77 33.89 131.02 -
System Red Green Blue C M Y K H S L
Decimal 189 215 18 0.12 0 0.92 0.16 67.92 0.85 0.46
Hex BD D7 12 C 0 5C 10 44 55 2E
Octal 275 327 22 14 0 134 20 104 125 56
Binary 10111101 11010111 10010 1100 0 1011100 10000 1000100 1010101 101110

Color Harmonies of #BDD712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD712

Black with #BDD712

Text Example


Text Example

White with #BDD712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD712; }

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

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

background-color css

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

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

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

border-color css

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

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

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