Html Css Color HEX #B8D30E Rio Grande

📋 copy color: '#B8D30E'

red 184 ◦ green 211 ◦ blue 14

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

Shades of Rio Grande #B8D30E

Tints of Rio Grande #B8D30E

RGB

 RED value IS 184 (72.27% from 255) = 44.99%

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

 BLUE value IS 14 (5.86% from 255) = 3.42%

R = 44.99%
G = 51.59%
B = 3.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#B8D30E (or 0xB8D30E) is known color: Rio Grande. HEX triplet: B8, D3 and 0E. RGB value is (184,211,14). Sum of RGB (Red+Green+Blue) = 184+211+14=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D30E is #472CF1. Grayscale: #B5B5B5. Windows color (decimal): -4664562 or 971704. OLE color: 971704.

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

Color convert

RGB 184 211 14 -
CMYK 0.13 0 0.93 0.17
HSL 68.22º 0.88% 0.44% -
HSV(B) 68.22º 0.93% 0.83% -
XYZ 43.14 56.81 9.11 -
YUV 180.47 34.05 130.52 -
System Red Green Blue C M Y K H S L
Decimal 184 211 14 0.13 0 0.93 0.17 68.22 0.88 0.44
Hex B8 D3 E D 0 5D 11 44 58 2C
Octal 270 323 16 15 0 135 21 104 130 54
Binary 10111000 11010011 1110 1101 0 1011101 10001 1000100 1011000 101100

Color Harmonies of #B8D30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D30E

Black with #B8D30E

Text Example


Text Example

White with #B8D30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D30E; }

 p { color: rgb(184,211,14); }

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

background-color css

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

 a { background-color: rgb(184,211,14); }

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

border-color css

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

 span { border-color: rgb(184,211,14); }

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