Html Css Color HEX #B0D75A Conifer

📋 copy color: '#B0D75A'

red 176 ◦ green 215 ◦ blue 90

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

Shades of Conifer #B0D75A

Tints of Conifer #B0D75A

RGB

 RED value IS 176 (69.14% from 255) = 36.59%

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

 BLUE value IS 90 (35.55% from 255) = 18.71%

R = 36.59%
G = 44.7%
B = 18.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#B0D75A (or 0xB0D75A) is known color: Conifer. HEX triplet: B0, D7 and 5A. RGB value is (176,215,90). Sum of RGB (Red+Green+Blue) = 176+215+90=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D75A is #4F28A5. Grayscale: #BDBDBD. Windows color (decimal): -5187750 or 5953456. OLE color: 5953456.

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

Color convert

RGB 176 215 90 -
CMYK 0.18 0 0.58 0.16
HSL 78.72º 0.61% 0.6% -
HSV(B) 78.72º 0.58% 0.84% -
XYZ 44.05 58.57 18.66 -
YUV 189.09 72.08 118.66 -
System Red Green Blue C M Y K H S L
Decimal 176 215 90 0.18 0 0.58 0.16 78.72 0.61 0.6
Hex B0 D7 5A 12 0 3A 10 4F 3D 3C
Octal 260 327 132 22 0 72 20 117 75 74
Binary 10110000 11010111 1011010 10010 0 111010 10000 1001111 111101 111100

Color Harmonies of #B0D75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D75A

Black with #B0D75A

Text Example


Text Example

White with #B0D75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D75A; }

 p { color: rgb(176,215,90); }

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

background-color css

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

 a { background-color: rgb(176,215,90); }

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

border-color css

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

 span { border-color: rgb(176,215,90); }

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