Html Css Color HEX #BDD00F Rio Grande

📋 copy color: '#BDD00F'

red 189 ◦ green 208 ◦ blue 15

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

Shades of Rio Grande #BDD00F

Tints of Rio Grande #BDD00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.64%

R = 45.87%
G = 50.49%
B = 3.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#BDD00F (or 0xBDD00F) is known color: Rio Grande. HEX triplet: BD, D0 and 0F. RGB value is (189,208,15). Sum of RGB (Red+Green+Blue) = 189+208+15=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD00F is #422FF0. Grayscale: #B5B5B5. Windows color (decimal): -4337649 or 1036477. OLE color: 1036477.

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

Color convert

RGB 189 208 15 -
CMYK 0.09 0 0.93 0.18
HSL 65.91º 0.87% 0.44% -
HSV(B) 65.91º 0.93% 0.82% -
XYZ 43.63 55.97 8.95 -
YUV 180.32 34.71 134.19 -
System Red Green Blue C M Y K H S L
Decimal 189 208 15 0.09 0 0.93 0.18 65.91 0.87 0.44
Hex BD D0 F 9 0 5D 12 42 57 2C
Octal 275 320 17 11 0 135 22 102 127 54
Binary 10111101 11010000 1111 1001 0 1011101 10010 1000010 1010111 101100

Color Harmonies of #BDD00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD00F

Black with #BDD00F

Text Example


Text Example

White with #BDD00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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