Html Css Color HEX #B0D844 Conifer

📋 copy color: '#B0D844'

red 176 ◦ green 216 ◦ blue 68

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

Shades of Conifer #B0D844

Tints of Conifer #B0D844

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.96%

 BLUE value IS 68 (26.95% from 255) = 14.78%

R = 38.26%
G = 46.96%
B = 14.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#B0D844 (or 0xB0D844) is known color: Conifer. HEX triplet: B0, D8 and 44. RGB value is (176,216,68). Sum of RGB (Red+Green+Blue) = 176+216+68=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D844 is #4F27BB. Grayscale: #BBBBBB. Windows color (decimal): -5187516 or 4511920. OLE color: 4511920.

HSL color Cylindrical-coordinate representation of color #B0D844: hue angle of 76.22º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0D844 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 216 68 -
CMYK 0.19 0 0.69 0.15
HSL 76.22º 0.65% 0.56% -
HSV(B) 76.22º 0.69% 0.85% -
XYZ 43.5 58.76 14.52 -
YUV 187.17 60.75 120.03 -
System Red Green Blue C M Y K H S L
Decimal 176 216 68 0.19 0 0.69 0.15 76.22 0.65 0.56
Hex B0 D8 44 13 0 45 F 4C 41 38
Octal 260 330 104 23 0 105 17 114 101 70
Binary 10110000 11011000 1000100 10011 0 1000101 1111 1001100 1000001 111000

Color Harmonies of #B0D844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D844

Black with #B0D844

Text Example


Text Example

White with #B0D844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D844; }

 p { color: rgb(176,216,68); }

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

background-color css

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

 a { background-color: rgb(176,216,68); }

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

border-color css

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

 span { border-color: rgb(176,216,68); }

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