Html Css Color HEX #B0D35D Conifer

📋 copy color: '#B0D35D'

red 176 ◦ green 211 ◦ blue 93

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

Shades of Conifer #B0D35D

Tints of Conifer #B0D35D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.96%

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

R = 36.67%
G = 43.96%
B = 19.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#B0D35D (or 0xB0D35D) is known color: Conifer. HEX triplet: B0, D3 and 5D. RGB value is (176,211,93). Sum of RGB (Red+Green+Blue) = 176+211+93=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D35D is #4F2CA2. Grayscale: #BBBBBB. Windows color (decimal): -5188771 or 6149040. OLE color: 6149040.

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

Color convert

RGB 176 211 93 -
CMYK 0.17 0 0.56 0.17
HSL 77.8º 0.57% 0.6% -
HSV(B) 77.8º 0.56% 0.83% -
XYZ 43.17 56.61 19.01 -
YUV 187.08 74.9 120.09 -
System Red Green Blue C M Y K H S L
Decimal 176 211 93 0.17 0 0.56 0.17 77.8 0.57 0.6
Hex B0 D3 5D 11 0 38 11 4E 39 3C
Octal 260 323 135 21 0 70 21 116 71 74
Binary 10110000 11010011 1011101 10001 0 111000 10001 1001110 111001 111100

Color Harmonies of #B0D35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D35D

Black with #B0D35D

Text Example


Text Example

White with #B0D35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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