Html Css Color HEX #B8D645 Conifer

📋 copy color: '#B8D645'

red 184 ◦ green 214 ◦ blue 69

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

Shades of Conifer #B8D645

Tints of Conifer #B8D645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.78%

R = 39.4%
G = 45.82%
B = 14.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#B8D645 (or 0xB8D645) is known color: Conifer. HEX triplet: B8, D6 and 45. RGB value is (184,214,69). Sum of RGB (Red+Green+Blue) = 184+214+69=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D645 is #4729BA. Grayscale: #BDBDBD. Windows color (decimal): -4663739 or 4576952. OLE color: 4576952.

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

Color convert

RGB 184 214 69 -
CMYK 0.14 0 0.68 0.16
HSL 72.41º 0.64% 0.55% -
HSV(B) 72.41º 0.68% 0.84% -
XYZ 44.89 58.71 14.6 -
YUV 188.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 184 214 69 0.14 0 0.68 0.16 72.41 0.64 0.55
Hex B8 D6 45 E 0 44 10 48 40 37
Octal 270 326 105 16 0 104 20 110 100 67
Binary 10111000 11010110 1000101 1110 0 1000100 10000 1001000 1000000 110111

Color Harmonies of #B8D645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D645

Black with #B8D645

Text Example


Text Example

White with #B8D645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D645; }

 p { color: rgb(184,214,69); }

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

background-color css

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

 a { background-color: rgb(184,214,69); }

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

border-color css

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

 span { border-color: rgb(184,214,69); }

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