Html Css Color HEX #B4DA5C Conifer

📋 copy color: '#B4DA5C'

red 180 ◦ green 218 ◦ blue 92

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

Shades of Conifer #B4DA5C

Tints of Conifer #B4DA5C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.49%

 BLUE value IS 92 (36.33% from 255) = 18.78%

R = 36.73%
G = 44.49%
B = 18.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#B4DA5C (or 0xB4DA5C) is known color: Conifer. HEX triplet: B4, DA and 5C. RGB value is (180,218,92). Sum of RGB (Red+Green+Blue) = 180+218+92=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DA5C is #4B25A3. Grayscale: #C0C0C0. Windows color (decimal): -4924836 or 6085300. OLE color: 6085300.

HSL color Cylindrical-coordinate representation of color #B4DA5C: hue angle of 78.1º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4DA5C is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 218 92 -
CMYK 0.17 0 0.58 0.15
HSL 78.1º 0.63% 0.61% -
HSV(B) 78.1º 0.58% 0.85% -
XYZ 45.83 60.62 19.41 -
YUV 192.27 71.41 119.25 -
System Red Green Blue C M Y K H S L
Decimal 180 218 92 0.17 0 0.58 0.15 78.1 0.63 0.61
Hex B4 DA 5C 11 0 3A F 4E 3F 3D
Octal 264 332 134 21 0 72 17 116 77 75
Binary 10110100 11011010 1011100 10001 0 111010 1111 1001110 111111 111101

Color Harmonies of #B4DA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DA5C

Black with #B4DA5C

Text Example


Text Example

White with #B4DA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DA5C; }

 p { color: rgb(180,218,92); }

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

background-color css

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

 a { background-color: rgb(180,218,92); }

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

border-color css

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

 span { border-color: rgb(180,218,92); }

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