#B0D453

Color #B0D453 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B0D453

Tints of Conifer #B0D453

Color information

#B0D453 (or 0xB0D453) is unknown color: approx Conifer. HEX triplet: B0, D4 and 53. RGB value is (176,212,83). Sum of RGB (Red+Green+Blue) = 176+212+83=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D453 is #4F2BAC. Grayscale: #BBBBBB. Windows color (decimal): -5188525 or 5493936. OLE color: 5493936.

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

Color convert

RGB17621283-
CMYK0.1700.610.17
HSL76.74º60%57.84%-
HSV(B)76.74º60.85%83.14%-
XYZ43.0156.9416.91-
YUV186.5369.57120.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 212 (83.20% from 255) = 45.01%
BLUE value IS 83 (32.81% from 255) = 17.62%
R=37.37%
G=45.01%
B=17.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal176212830.1700.610.1776.746057.84
HexB0D4531103D114d3c3a
Octal26032412321075211157472
Binary10110000110101001010011100010111101100011001101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D453; }

 p { color: rgb(176,212,83); }

 H1.HeaderClassName
 {
   color: #B0D453;
 }
 .AnyTagClassName
 {
   color: #B0D453;
 }
</style>
background-color css

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

 a { background-color: rgb(176,212,83); }

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

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

 span { border-color: rgb(176,212,83); }

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