Html Css Color HEX #B6D750 Conifer

📋 copy color: '#B6D750'

red 182 ◦ green 215 ◦ blue 80

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

Shades of Conifer #B6D750

Tints of Conifer #B6D750

RGB

 RED value IS 182 (71.48% from 255) = 38.16%

 GREEN value IS 215 (84.38% from 255) = 45.07%

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

R = 38.16%
G = 45.07%
B = 16.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#B6D750 (or 0xB6D750) is known color: Conifer. HEX triplet: B6, D7 and 50. RGB value is (182,215,80). Sum of RGB (Red+Green+Blue) = 182+215+80=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D750 is #4928AF. Grayscale: #BEBEBE. Windows color (decimal): -4794544 or 5298102. OLE color: 5298102.

HSL color Cylindrical-coordinate representation of color #B6D750: hue angle of 74.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6D750 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 215 80 -
CMYK 0.15 0 0.63 0.16
HSL 74.67º 0.63% 0.58% -
HSV(B) 74.67º 0.63% 0.84% -
XYZ 45.04 59.13 16.63 -
YUV 189.74 66.07 122.48 -
System Red Green Blue C M Y K H S L
Decimal 182 215 80 0.15 0 0.63 0.16 74.67 0.63 0.58
Hex B6 D7 50 F 0 3F 10 4B 3F 3A
Octal 266 327 120 17 0 77 20 113 77 72
Binary 10110110 11010111 1010000 1111 0 111111 10000 1001011 111111 111010

Color Harmonies of #B6D750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D750

Black with #B6D750

Text Example


Text Example

White with #B6D750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D750; }

 p { color: rgb(182,215,80); }

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

background-color css

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

 a { background-color: rgb(182,215,80); }

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

border-color css

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

 span { border-color: rgb(182,215,80); }

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