Html Css Color HEX #B8D618 Rio Grande

📋 copy color: '#B8D618'

red 184 ◦ green 214 ◦ blue 24

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

Shades of Rio Grande #B8D618

Tints of Rio Grande #B8D618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.71%

 BLUE value IS 24 (9.77% from 255) = 5.69%

R = 43.6%
G = 50.71%
B = 5.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#B8D618 (or 0xB8D618) is known color: Rio Grande. HEX triplet: B8, D6 and 18. RGB value is (184,214,24). Sum of RGB (Red+Green+Blue) = 184+214+24=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D618 is #4729E7. Grayscale: #B8B8B8. Windows color (decimal): -4663784 or 1627832. OLE color: 1627832.

HSL color Cylindrical-coordinate representation of color #B8D618: hue angle of 69.47º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8D618 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 214 24 -
CMYK 0.14 0 0.89 0.16
HSL 69.47º 0.8% 0.47% -
HSV(B) 69.47º 0.89% 0.84% -
XYZ 43.98 58.35 9.81 -
YUV 183.37 38.06 128.45 -
System Red Green Blue C M Y K H S L
Decimal 184 214 24 0.14 0 0.89 0.16 69.47 0.8 0.47
Hex B8 D6 18 E 0 59 10 45 50 2F
Octal 270 326 30 16 0 131 20 105 120 57
Binary 10111000 11010110 11000 1110 0 1011001 10000 1000101 1010000 101111

Color Harmonies of #B8D618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D618

Black with #B8D618

Text Example


Text Example

White with #B8D618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D618; }

 p { color: rgb(184,214,24); }

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

background-color css

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

 a { background-color: rgb(184,214,24); }

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

border-color css

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

 span { border-color: rgb(184,214,24); }

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