Html Css Color HEX #BDD312 Rio Grande

📋 copy color: '#BDD312'

red 189 ◦ green 211 ◦ blue 18

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

Shades of Rio Grande #BDD312

Tints of Rio Grande #BDD312

RGB

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

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

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

R = 45.22%
G = 50.48%
B = 4.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#BDD312 (or 0xBDD312) is known color: Rio Grande. HEX triplet: BD, D3 and 12. RGB value is (189,211,18). Sum of RGB (Red+Green+Blue) = 189+211+18=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD312 is #422CED. Grayscale: #B7B7B7. Windows color (decimal): -4336878 or 1233853. OLE color: 1233853.

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

Color convert

RGB 189 211 18 -
CMYK 0.10 0 0.91 0.17
HSL 66.84º 0.84% 0.45% -
HSV(B) 66.84º 0.91% 0.83% -
XYZ 44.39 57.45 9.32 -
YUV 182.42 35.21 132.69 -
System Red Green Blue C M Y K H S L
Decimal 189 211 18 0.10 0 0.91 0.17 66.84 0.84 0.45
Hex BD D3 12 A 0 5B 11 43 54 2D
Octal 275 323 22 12 0 133 21 103 124 55
Binary 10111101 11010011 10010 1010 0 1011011 10001 1000011 1010100 101101

Color Harmonies of #BDD312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD312

Black with #BDD312

Text Example


Text Example

White with #BDD312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD312; }

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

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

background-color css

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

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

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

border-color css

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

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

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