Html Css Color HEX #B8DC48 Conifer

📋 copy color: '#B8DC48'

red 184 ◦ green 220 ◦ blue 72

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

Shades of Conifer #B8DC48

Tints of Conifer #B8DC48

RGB

 RED value IS 184 (72.27% from 255) = 38.66%

 GREEN value IS 220 (86.33% from 255) = 46.22%

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

R = 38.66%
G = 46.22%
B = 15.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#B8DC48 (or 0xB8DC48) is known color: Conifer. HEX triplet: B8, DC and 48. RGB value is (184,220,72). Sum of RGB (Red+Green+Blue) = 184+220+72=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DC48 is #4723B7. Grayscale: #C0C0C0. Windows color (decimal): -4662200 or 4775096. OLE color: 4775096.

HSL color Cylindrical-coordinate representation of color #B8DC48: hue angle of 74.59º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8DC48 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 220 72 -
CMYK 0.16 0 0.67 0.14
HSL 74.59º 0.68% 0.57% -
HSV(B) 74.59º 0.67% 0.86% -
XYZ 46.53 61.84 15.62 -
YUV 192.36 60.07 122.03 -
System Red Green Blue C M Y K H S L
Decimal 184 220 72 0.16 0 0.67 0.14 74.59 0.68 0.57
Hex B8 DC 48 10 0 43 E 4B 44 39
Octal 270 334 110 20 0 103 16 113 104 71
Binary 10111000 11011100 1001000 10000 0 1000011 1110 1001011 1000100 111001

Color Harmonies of #B8DC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DC48

Black with #B8DC48

Text Example


Text Example

White with #B8DC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DC48; }

 p { color: rgb(184,220,72); }

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

background-color css

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

 a { background-color: rgb(184,220,72); }

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

border-color css

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

 span { border-color: rgb(184,220,72); }

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