Html Css Color HEX #B2D93E Conifer

📋 copy color: '#B2D93E'

red 178 ◦ green 217 ◦ blue 62

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

Shades of Conifer #B2D93E

Tints of Conifer #B2D93E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.48%

 BLUE value IS 62 (24.61% from 255) = 13.57%

R = 38.95%
G = 47.48%
B = 13.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#B2D93E (or 0xB2D93E) is known color: Conifer. HEX triplet: B2, D9 and 3E. RGB value is (178,217,62). Sum of RGB (Red+Green+Blue) = 178+217+62=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D93E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D93E is #4D26C1. Grayscale: #BCBCBC. Windows color (decimal): -5056194 or 4118962. OLE color: 4118962.

HSL color Cylindrical-coordinate representation of color #B2D93E: hue angle of 75.1º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2D93E is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 217 62 -
CMYK 0.18 0 0.71 0.15
HSL 75.1º 0.67% 0.55% -
HSV(B) 75.1º 0.71% 0.85% -
XYZ 44.04 59.44 13.71 -
YUV 187.67 57.08 121.1 -
System Red Green Blue C M Y K H S L
Decimal 178 217 62 0.18 0 0.71 0.15 75.1 0.67 0.55
Hex B2 D9 3E 12 0 47 F 4B 43 37
Octal 262 331 76 22 0 107 17 113 103 67
Binary 10110010 11011001 111110 10010 0 1000111 1111 1001011 1000011 110111

Color Harmonies of #B2D93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D93E

Black with #B2D93E

Text Example


Text Example

White with #B2D93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D93E; }

 p { color: rgb(178,217,62); }

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

background-color css

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

 a { background-color: rgb(178,217,62); }

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

border-color css

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

 span { border-color: rgb(178,217,62); }

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