Html Css Color HEX #B9E750 Conifer

📋 copy color: '#B9E750'

red 185 ◦ green 231 ◦ blue 80

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

Shades of Conifer #B9E750

Tints of Conifer #B9E750

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.57%

 BLUE value IS 80 (31.64% from 255) = 16.13%

R = 37.3%
G = 46.57%
B = 16.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#B9E750 (or 0xB9E750) is known color: Conifer. HEX triplet: B9, E7 and 50. RGB value is (185,231,80). Sum of RGB (Red+Green+Blue) = 185+231+80=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E750 is #4618AF. Grayscale: #C8C8C8. Windows color (decimal): -4593840 or 5302201. OLE color: 5302201.

HSL color Cylindrical-coordinate representation of color #B9E750: hue angle of 78.28º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9E750 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 231 80 -
CMYK 0.20 0 0.65 0.09
HSL 78.28º 0.76% 0.61% -
HSV(B) 78.28º 0.65% 0.91% -
XYZ 50.03 68.05 18.09 -
YUV 200.03 60.26 117.28 -
System Red Green Blue C M Y K H S L
Decimal 185 231 80 0.20 0 0.65 0.09 78.28 0.76 0.61
Hex B9 E7 50 14 0 41 9 4E 4C 3D
Octal 271 347 120 24 0 101 11 116 114 75
Binary 10111001 11100111 1010000 10100 0 1000001 1001 1001110 1001100 111101

Color Harmonies of #B9E750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E750

Black with #B9E750

Text Example


Text Example

White with #B9E750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E750; }

 p { color: rgb(185,231,80); }

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

background-color css

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

 a { background-color: rgb(185,231,80); }

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

border-color css

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

 span { border-color: rgb(185,231,80); }

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