Html Css Color HEX #B0D114 Rio Grande

📋 copy color: '#B0D114'

red 176 ◦ green 209 ◦ blue 20

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

Shades of Rio Grande #B0D114

Tints of Rio Grande #B0D114

RGB

 RED value IS 176 (69.14% from 255) = 43.46%

 GREEN value IS 209 (82.03% from 255) = 51.6%

 BLUE value IS 20 (8.2% from 255) = 4.94%

R = 43.46%
G = 51.6%
B = 4.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#B0D114 (or 0xB0D114) is known color: Rio Grande. HEX triplet: B0, D1 and 14. RGB value is (176,209,20). Sum of RGB (Red+Green+Blue) = 176+209+20=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 209 (82.03% from 255 or 51.60% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D114 is #4F2EEB. Grayscale: #B2B2B2. Windows color (decimal): -5189356 or 1364400. OLE color: 1364400.

HSL color Cylindrical-coordinate representation of color #B0D114: hue angle of 70.48º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0D114 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 209 20 -
CMYK 0.16 0 0.90 0.18
HSL 70.48º 0.83% 0.45% -
HSV(B) 70.48º 0.9% 0.82% -
XYZ 40.83 54.88 9.1 -
YUV 177.59 39.07 126.87 -
System Red Green Blue C M Y K H S L
Decimal 176 209 20 0.16 0 0.90 0.18 70.48 0.83 0.45
Hex B0 D1 14 10 0 5A 12 46 53 2D
Octal 260 321 24 20 0 132 22 106 123 55
Binary 10110000 11010001 10100 10000 0 1011010 10010 1000110 1010011 101101

Color Harmonies of #B0D114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D114

Black with #B0D114

Text Example


Text Example

White with #B0D114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D114; }

 p { color: rgb(176,209,20); }

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

background-color css

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

 a { background-color: rgb(176,209,20); }

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

border-color css

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

 span { border-color: rgb(176,209,20); }

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