Html Css Color HEX #B4DB4A Conifer

📋 copy color: '#B4DB4A'

red 180 ◦ green 219 ◦ blue 74

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

Shades of Conifer #B4DB4A

Tints of Conifer #B4DB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.64%

R = 38.05%
G = 46.3%
B = 15.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#B4DB4A (or 0xB4DB4A) is known color: Conifer. HEX triplet: B4, DB and 4A. RGB value is (180,219,74). Sum of RGB (Red+Green+Blue) = 180+219+74=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DB4A is #4B24B5. Grayscale: #BFBFBF. Windows color (decimal): -4924598 or 4905908. OLE color: 4905908.

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

Color convert

RGB 180 219 74 -
CMYK 0.18 0 0.66 0.14
HSL 76.14º 0.67% 0.57% -
HSV(B) 76.14º 0.66% 0.86% -
XYZ 45.39 60.86 15.83 -
YUV 190.81 62.08 120.29 -
System Red Green Blue C M Y K H S L
Decimal 180 219 74 0.18 0 0.66 0.14 76.14 0.67 0.57
Hex B4 DB 4A 12 0 42 E 4C 43 39
Octal 264 333 112 22 0 102 16 114 103 71
Binary 10110100 11011011 1001010 10010 0 1000010 1110 1001100 1000011 111001

Color Harmonies of #B4DB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DB4A

Black with #B4DB4A

Text Example


Text Example

White with #B4DB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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