Html Css Color HEX #B2D765 Conifer

📋 copy color: '#B2D765'

red 178 ◦ green 215 ◦ blue 101

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

Shades of Conifer #B2D765

Tints of Conifer #B2D765

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.52%

 BLUE value IS 101 (39.84% from 255) = 20.45%

R = 36.03%
G = 43.52%
B = 20.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#B2D765 (or 0xB2D765) is known color: Conifer. HEX triplet: B2, D7 and 65. RGB value is (178,215,101). Sum of RGB (Red+Green+Blue) = 178+215+101=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D765 is #4D289A. Grayscale: #BFBFBF. Windows color (decimal): -5056667 or 6674354. OLE color: 6674354.

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

Color convert

RGB 178 215 101 -
CMYK 0.17 0 0.53 0.16
HSL 79.47º 0.59% 0.62% -
HSV(B) 79.47º 0.53% 0.84% -
XYZ 45.01 59.01 21.33 -
YUV 190.94 77.24 118.77 -
System Red Green Blue C M Y K H S L
Decimal 178 215 101 0.17 0 0.53 0.16 79.47 0.59 0.62
Hex B2 D7 65 11 0 35 10 4F 3B 3E
Octal 262 327 145 21 0 65 20 117 73 76
Binary 10110010 11010111 1100101 10001 0 110101 10000 1001111 111011 111110

Color Harmonies of #B2D765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D765

Black with #B2D765

Text Example


Text Example

White with #B2D765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D765; }

 p { color: rgb(178,215,101); }

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

background-color css

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

 a { background-color: rgb(178,215,101); }

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

border-color css

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

 span { border-color: rgb(178,215,101); }

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