Html Css Color HEX #B0D545 Conifer

📋 copy color: '#B0D545'

red 176 ◦ green 213 ◦ blue 69

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

Shades of Conifer #B0D545

Tints of Conifer #B0D545

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.51%

 BLUE value IS 69 (27.34% from 255) = 15.07%

R = 38.43%
G = 46.51%
B = 15.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#B0D545 (or 0xB0D545) is known color: Conifer. HEX triplet: B0, D5 and 45. RGB value is (176,213,69). Sum of RGB (Red+Green+Blue) = 176+213+69=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D545 is #4F2ABA. Grayscale: #BABABA. Windows color (decimal): -5188283 or 4576688. OLE color: 4576688.

HSL color Cylindrical-coordinate representation of color #B0D545: hue angle of 75.42º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0D545 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 213 69 -
CMYK 0.17 0 0.68 0.16
HSL 75.42º 0.63% 0.55% -
HSV(B) 75.42º 0.68% 0.84% -
XYZ 42.77 57.25 14.43 -
YUV 185.52 62.24 121.21 -
System Red Green Blue C M Y K H S L
Decimal 176 213 69 0.17 0 0.68 0.16 75.42 0.63 0.55
Hex B0 D5 45 11 0 44 10 4B 3F 37
Octal 260 325 105 21 0 104 20 113 77 67
Binary 10110000 11010101 1000101 10001 0 1000100 10000 1001011 111111 110111

Color Harmonies of #B0D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D545

Black with #B0D545

Text Example


Text Example

White with #B0D545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D545; }

 p { color: rgb(176,213,69); }

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

background-color css

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

 a { background-color: rgb(176,213,69); }

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

border-color css

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

 span { border-color: rgb(176,213,69); }

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