Html Css Color HEX #B0D144 Conifer

📋 copy color: '#B0D144'

red 176 ◦ green 209 ◦ blue 68

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

Shades of Conifer #B0D144

Tints of Conifer #B0D144

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.14%

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

R = 38.85%
G = 46.14%
B = 15.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#B0D144 (or 0xB0D144) is known color: Conifer. HEX triplet: B0, D1 and 44. RGB value is (176,209,68). Sum of RGB (Red+Green+Blue) = 176+209+68=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D144 is #4F2EBB. Grayscale: #B7B7B7. Windows color (decimal): -5189308 or 4510128. OLE color: 4510128.

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

Color convert

RGB 176 209 68 -
CMYK 0.16 0 0.67 0.18
HSL 74.04º 0.61% 0.54% -
HSV(B) 74.04º 0.67% 0.82% -
XYZ 41.75 55.25 13.93 -
YUV 183.06 63.07 122.96 -
System Red Green Blue C M Y K H S L
Decimal 176 209 68 0.16 0 0.67 0.18 74.04 0.61 0.54
Hex B0 D1 44 10 0 43 12 4A 3D 36
Octal 260 321 104 20 0 103 22 112 75 66
Binary 10110000 11010001 1000100 10000 0 1000011 10010 1001010 111101 110110

Color Harmonies of #B0D144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D144

Black with #B0D144

Text Example


Text Example

White with #B0D144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D144; }

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

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

background-color css

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

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

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

border-color css

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

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

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