Html Css Color HEX #B9D018 Rio Grande

📋 copy color: '#B9D018'

red 185 ◦ green 208 ◦ blue 24

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

Shades of Rio Grande #B9D018

Tints of Rio Grande #B9D018

RGB

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

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

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

R = 44.36%
G = 49.88%
B = 5.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#B9D018 (or 0xB9D018) is known color: Rio Grande. HEX triplet: B9, D0 and 18. RGB value is (185,208,24). Sum of RGB (Red+Green+Blue) = 185+208+24=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D018 is #462FE7. Grayscale: #B4B4B4. Windows color (decimal): -4599784 or 1626297. OLE color: 1626297.

HSL color Cylindrical-coordinate representation of color #B9D018: hue angle of 67.5º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9D018 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 208 24 -
CMYK 0.11 0 0.88 0.18
HSL 67.5º 0.79% 0.45% -
HSV(B) 67.5º 0.88% 0.82% -
XYZ 42.73 55.49 9.32 -
YUV 180.15 39.88 131.46 -
System Red Green Blue C M Y K H S L
Decimal 185 208 24 0.11 0 0.88 0.18 67.5 0.79 0.45
Hex B9 D0 18 B 0 58 12 44 4F 2D
Octal 271 320 30 13 0 130 22 104 117 55
Binary 10111001 11010000 11000 1011 0 1011000 10010 1000100 1001111 101101

Color Harmonies of #B9D018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D018

Black with #B9D018

Text Example


Text Example

White with #B9D018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D018; }

 p { color: rgb(185,208,24); }

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

background-color css

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

 a { background-color: rgb(185,208,24); }

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

border-color css

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

 span { border-color: rgb(185,208,24); }

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