Html Css Color HEX #B4DB5D Conifer

📋 copy color: '#B4DB5D'

red 180 ◦ green 219 ◦ blue 93

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

Shades of Conifer #B4DB5D

Tints of Conifer #B4DB5D

RGB

 RED value IS 180 (70.7% from 255) = 36.59%

 GREEN value IS 219 (85.94% from 255) = 44.51%

 BLUE value IS 93 (36.72% from 255) = 18.9%

R = 36.59%
G = 44.51%
B = 18.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#B4DB5D (or 0xB4DB5D) is known color: Conifer. HEX triplet: B4, DB and 5D. RGB value is (180,219,93). Sum of RGB (Red+Green+Blue) = 180+219+93=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DB5D is #4B24A2. Grayscale: #C1C1C1. Windows color (decimal): -4924579 or 6151092. OLE color: 6151092.

HSL color Cylindrical-coordinate representation of color #B4DB5D: hue angle of 78.57º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4DB5D is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 219 93 -
CMYK 0.18 0 0.58 0.14
HSL 78.57º 0.64% 0.61% -
HSV(B) 78.57º 0.58% 0.86% -
XYZ 46.13 61.16 19.73 -
YUV 192.98 71.58 118.75 -
System Red Green Blue C M Y K H S L
Decimal 180 219 93 0.18 0 0.58 0.14 78.57 0.64 0.61
Hex B4 DB 5D 12 0 3A E 4F 40 3D
Octal 264 333 135 22 0 72 16 117 100 75
Binary 10110100 11011011 1011101 10010 0 111010 1110 1001111 1000000 111101

Color Harmonies of #B4DB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DB5D

Black with #B4DB5D

Text Example


Text Example

White with #B4DB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DB5D; }

 p { color: rgb(180,219,93); }

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

background-color css

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

 a { background-color: rgb(180,219,93); }

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

border-color css

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

 span { border-color: rgb(180,219,93); }

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