Html Css Color HEX #BBDF5F Conifer

📋 copy color: '#BBDF5F'

red 187 ◦ green 223 ◦ blue 95

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

Shades of Conifer #BBDF5F

Tints of Conifer #BBDF5F

RGB

 RED value IS 187 (73.44% from 255) = 37.03%

 GREEN value IS 223 (87.5% from 255) = 44.16%

 BLUE value IS 95 (37.5% from 255) = 18.81%

R = 37.03%
G = 44.16%
B = 18.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#BBDF5F (or 0xBBDF5F) is known color: Conifer. HEX triplet: BB, DF and 5F. RGB value is (187,223,95). Sum of RGB (Red+Green+Blue) = 187+223+95=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF5F is #4420A0. Grayscale: #C6C6C6. Windows color (decimal): -4464801 or 6283195. OLE color: 6283195.

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

Color convert

RGB 187 223 95 -
CMYK 0.16 0 0.57 0.13
HSL 76.88º 0.67% 0.62% -
HSV(B) 76.88º 0.57% 0.87% -
XYZ 48.95 64.17 20.63 -
YUV 197.64 70.07 120.41 -
System Red Green Blue C M Y K H S L
Decimal 187 223 95 0.16 0 0.57 0.13 76.88 0.67 0.62
Hex BB DF 5F 10 0 39 D 4D 43 3E
Octal 273 337 137 20 0 71 15 115 103 76
Binary 10111011 11011111 1011111 10000 0 111001 1101 1001101 1000011 111110

Color Harmonies of #BBDF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF5F

Black with #BBDF5F

Text Example


Text Example

White with #BBDF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF5F; }

 p { color: rgb(187,223,95); }

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

background-color css

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

 a { background-color: rgb(187,223,95); }

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

border-color css

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

 span { border-color: rgb(187,223,95); }

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