Html Css Color HEX #B0D648 Conifer

📋 copy color: '#B0D648'

red 176 ◦ green 214 ◦ blue 72

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

Shades of Conifer #B0D648

Tints of Conifer #B0D648

RGB

 RED value IS 176 (69.14% from 255) = 38.1%

 GREEN value IS 214 (83.98% from 255) = 46.32%

 BLUE value IS 72 (28.52% from 255) = 15.58%

R = 38.1%
G = 46.32%
B = 15.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#B0D648 (or 0xB0D648) is known color: Conifer. HEX triplet: B0, D6 and 48. RGB value is (176,214,72). Sum of RGB (Red+Green+Blue) = 176+214+72=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D648 is #4F29B7. Grayscale: #BABABA. Windows color (decimal): -5188024 or 4773552. OLE color: 4773552.

HSL color Cylindrical-coordinate representation of color #B0D648: hue angle of 76.06º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0D648 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 214 72 -
CMYK 0.18 0 0.66 0.16
HSL 76.06º 0.63% 0.56% -
HSV(B) 76.06º 0.66% 0.84% -
XYZ 43.12 57.79 15.01 -
YUV 186.45 63.41 120.55 -
System Red Green Blue C M Y K H S L
Decimal 176 214 72 0.18 0 0.66 0.16 76.06 0.63 0.56
Hex B0 D6 48 12 0 42 10 4C 3F 38
Octal 260 326 110 22 0 102 20 114 77 70
Binary 10110000 11010110 1001000 10010 0 1000010 10000 1001100 111111 111000

Color Harmonies of #B0D648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D648

Black with #B0D648

Text Example


Text Example

White with #B0D648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D648; }

 p { color: rgb(176,214,72); }

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

background-color css

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

 a { background-color: rgb(176,214,72); }

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

border-color css

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

 span { border-color: rgb(176,214,72); }

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