Html Css Color HEX #B0D75D Conifer

📋 copy color: '#B0D75D'

red 176 ◦ green 215 ◦ blue 93

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

Shades of Conifer #B0D75D

Tints of Conifer #B0D75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.21%

R = 36.36%
G = 44.42%
B = 19.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#B0D75D (or 0xB0D75D) is known color: Conifer. HEX triplet: B0, D7 and 5D. RGB value is (176,215,93). Sum of RGB (Red+Green+Blue) = 176+215+93=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D75D is #4F28A2. Grayscale: #BDBDBD. Windows color (decimal): -5187747 or 6150064. OLE color: 6150064.

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

Color convert

RGB 176 215 93 -
CMYK 0.18 0 0.57 0.16
HSL 79.18º 0.6% 0.6% -
HSV(B) 79.18º 0.57% 0.84% -
XYZ 44.18 58.62 19.34 -
YUV 189.43 73.58 118.42 -
System Red Green Blue C M Y K H S L
Decimal 176 215 93 0.18 0 0.57 0.16 79.18 0.6 0.6
Hex B0 D7 5D 12 0 39 10 4F 3C 3C
Octal 260 327 135 22 0 71 20 117 74 74
Binary 10110000 11010111 1011101 10010 0 111001 10000 1001111 111100 111100

Color Harmonies of #B0D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D75D

Black with #B0D75D

Text Example


Text Example

White with #B0D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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