Html Css Color HEX #B9D30B Rio Grande

📋 copy color: '#B9D30B'

red 185 ◦ green 211 ◦ blue 11

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

Shades of Rio Grande #B9D30B

Tints of Rio Grande #B9D30B

RGB

 RED value IS 185 (72.66% from 255) = 45.45%

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

 BLUE value IS 11 (4.69% from 255) = 2.7%

R = 45.45%
G = 51.84%
B = 2.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#B9D30B (or 0xB9D30B) is known color: Rio Grande. HEX triplet: B9, D3 and 0B. RGB value is (185,211,11). Sum of RGB (Red+Green+Blue) = 185+211+11=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 211 (82.81% from 255 or 51.84% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D30B is #462CF4. Grayscale: #B5B5B5. Windows color (decimal): -4599029 or 775097. OLE color: 775097.

HSL color Cylindrical-coordinate representation of color #B9D30B: hue angle of 67.8º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9D30B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 211 11 -
CMYK 0.12 0 0.95 0.17
HSL 67.8º 0.9% 0.44% -
HSV(B) 67.8º 0.95% 0.83% -
XYZ 43.36 56.93 9.02 -
YUV 180.43 32.39 131.26 -
System Red Green Blue C M Y K H S L
Decimal 185 211 11 0.12 0 0.95 0.17 67.8 0.9 0.44
Hex B9 D3 B C 0 5F 11 44 5A 2C
Octal 271 323 13 14 0 137 21 104 132 54
Binary 10111001 11010011 1011 1100 0 1011111 10001 1000100 1011010 101100

Color Harmonies of #B9D30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D30B

Black with #B9D30B

Text Example


Text Example

White with #B9D30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D30B; }

 p { color: rgb(185,211,11); }

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

background-color css

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

 a { background-color: rgb(185,211,11); }

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

border-color css

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

 span { border-color: rgb(185,211,11); }

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