Html Css Color HEX #B2D967 Conifer

📋 copy color: '#B2D967'

red 178 ◦ green 217 ◦ blue 103

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

Shades of Conifer #B2D967

Tints of Conifer #B2D967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.68%

R = 35.74%
G = 43.57%
B = 20.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#B2D967 (or 0xB2D967) is known color: Conifer. HEX triplet: B2, D9 and 67. RGB value is (178,217,103). Sum of RGB (Red+Green+Blue) = 178+217+103=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D967 is #4D2698. Grayscale: #C0C0C0. Windows color (decimal): -5056153 or 6805938. OLE color: 6805938.

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

Color convert

RGB 178 217 103 -
CMYK 0.18 0 0.53 0.15
HSL 80.53º 0.6% 0.63% -
HSV(B) 80.53º 0.53% 0.85% -
XYZ 45.62 60.07 22.02 -
YUV 192.34 77.58 117.77 -
System Red Green Blue C M Y K H S L
Decimal 178 217 103 0.18 0 0.53 0.15 80.53 0.6 0.63
Hex B2 D9 67 12 0 35 F 51 3C 3F
Octal 262 331 147 22 0 65 17 121 74 77
Binary 10110010 11011001 1100111 10010 0 110101 1111 1010001 111100 111111

Color Harmonies of #B2D967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D967

Black with #B2D967

Text Example


Text Example

White with #B2D967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D967; }

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

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

background-color css

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

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

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

border-color css

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

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

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