Html Css Color HEX #B2DA3F Conifer

📋 copy color: '#B2DA3F'

red 178 ◦ green 218 ◦ blue 63

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

Shades of Conifer #B2DA3F

Tints of Conifer #B2DA3F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.49%

 BLUE value IS 63 (25% from 255) = 13.73%

R = 38.78%
G = 47.49%
B = 13.73%

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

#B2DA3F (or 0xB2DA3F) is known color: Conifer. HEX triplet: B2, DA and 3F. RGB value is (178,218,63). Sum of RGB (Red+Green+Blue) = 178+218+63=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DA3F is #4D25C0. Grayscale: #BCBCBC. Windows color (decimal): -5055937 or 4184754. OLE color: 4184754.

HSL color Cylindrical-coordinate representation of color #B2DA3F: hue angle of 75.48º degrees, saturation: 0.68, 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 #B2DA3F is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 63 -
CMYK 0.18 0 0.71 0.15
HSL 75.48º 0.68% 0.55% -
HSV(B) 75.48º 0.71% 0.85% -
XYZ 44.33 59.97 13.94 -
YUV 188.37 57.25 120.6 -
System Red Green Blue C M Y K H S L
Decimal 178 218 63 0.18 0 0.71 0.15 75.48 0.68 0.55
Hex B2 DA 3F 12 0 47 F 4B 44 37
Octal 262 332 77 22 0 107 17 113 104 67
Binary 10110010 11011010 111111 10010 0 1000111 1111 1001011 1000100 110111

Color Harmonies of #B2DA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA3F

Black with #B2DA3F

Text Example


Text Example

White with #B2DA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA3F; }

 p { color: rgb(178,218,63); }

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

background-color css

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

 a { background-color: rgb(178,218,63); }

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

border-color css

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

 span { border-color: rgb(178,218,63); }

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