Html Css Color HEX #B8DC64 Conifer

📋 copy color: '#B8DC64'

red 184 ◦ green 220 ◦ blue 100

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

Shades of Conifer #B8DC64

Tints of Conifer #B8DC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.84%

R = 36.51%
G = 43.65%
B = 19.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#B8DC64 (or 0xB8DC64) is known color: Conifer. HEX triplet: B8, DC and 64. RGB value is (184,220,100). Sum of RGB (Red+Green+Blue) = 184+220+100=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC64 is #47239B. Grayscale: #C3C3C3. Windows color (decimal): -4662172 or 6610104. OLE color: 6610104.

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

Color convert

RGB 184 220 100 -
CMYK 0.16 0 0.55 0.14
HSL 78º 0.63% 0.63% -
HSV(B) 78º 0.55% 0.86% -
XYZ 47.66 62.3 21.57 -
YUV 195.56 74.07 119.76 -
System Red Green Blue C M Y K H S L
Decimal 184 220 100 0.16 0 0.55 0.14 78 0.63 0.63
Hex B8 DC 64 10 0 37 E 4E 3F 3F
Octal 270 334 144 20 0 67 16 116 77 77
Binary 10111000 11011100 1100100 10000 0 110111 1110 1001110 111111 111111

Color Harmonies of #B8DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DC64

Black with #B8DC64

Text Example


Text Example

White with #B8DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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