Html Css Color HEX #B2D050 Conifer

📋 copy color: '#B2D050'

red 178 ◦ green 208 ◦ blue 80

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

Shades of Conifer #B2D050

Tints of Conifer #B2D050

RGB

 RED value IS 178 (69.92% from 255) = 38.2%

 GREEN value IS 208 (81.64% from 255) = 44.64%

 BLUE value IS 80 (31.64% from 255) = 17.17%

R = 38.2%
G = 44.64%
B = 17.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#B2D050 (or 0xB2D050) is known color: Conifer. HEX triplet: B2, D0 and 50. RGB value is (178,208,80). Sum of RGB (Red+Green+Blue) = 178+208+80=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D050 is #4D2FAF. Grayscale: #B8B8B8. Windows color (decimal): -5058480 or 5296306. OLE color: 5296306.

HSL color Cylindrical-coordinate representation of color #B2D050: hue angle of 74.06º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2D050 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 80 -
CMYK 0.14 0 0.62 0.18
HSL 74.06º 0.58% 0.56% -
HSV(B) 74.06º 0.62% 0.82% -
XYZ 42.36 55.16 16 -
YUV 184.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 178 208 80 0.14 0 0.62 0.18 74.06 0.58 0.56
Hex B2 D0 50 E 0 3E 12 4A 3A 38
Octal 262 320 120 16 0 76 22 112 72 70
Binary 10110010 11010000 1010000 1110 0 111110 10010 1001010 111010 111000

Color Harmonies of #B2D050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D050

Black with #B2D050

Text Example


Text Example

White with #B2D050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D050; }

 p { color: rgb(178,208,80); }

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

background-color css

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

 a { background-color: rgb(178,208,80); }

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

border-color css

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

 span { border-color: rgb(178,208,80); }

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