Html Css Color HEX #B5D65A Conifer

📋 copy color: '#B5D65A'

red 181 ◦ green 214 ◦ blue 90

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

Shades of Conifer #B5D65A

Tints of Conifer #B5D65A

RGB

 RED value IS 181 (71.09% from 255) = 37.32%

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

 BLUE value IS 90 (35.55% from 255) = 18.56%

R = 37.32%
G = 44.12%
B = 18.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#B5D65A (or 0xB5D65A) is known color: Conifer. HEX triplet: B5, D6 and 5A. RGB value is (181,214,90). Sum of RGB (Red+Green+Blue) = 181+214+90=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D65A is #4A29A5. Grayscale: #BEBEBE. Windows color (decimal): -4860326 or 5953205. OLE color: 5953205.

HSL color Cylindrical-coordinate representation of color #B5D65A: hue angle of 75.97º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5D65A is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 214 90 -
CMYK 0.15 0 0.58 0.16
HSL 75.97º 0.6% 0.6% -
HSV(B) 75.97º 0.58% 0.84% -
XYZ 44.95 58.66 18.63 -
YUV 190 71.57 121.58 -
System Red Green Blue C M Y K H S L
Decimal 181 214 90 0.15 0 0.58 0.16 75.97 0.6 0.6
Hex B5 D6 5A F 0 3A 10 4C 3C 3C
Octal 265 326 132 17 0 72 20 114 74 74
Binary 10110101 11010110 1011010 1111 0 111010 10000 1001100 111100 111100

Color Harmonies of #B5D65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D65A

Black with #B5D65A

Text Example


Text Example

White with #B5D65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D65A; }

 p { color: rgb(181,214,90); }

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

background-color css

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

 a { background-color: rgb(181,214,90); }

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

border-color css

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

 span { border-color: rgb(181,214,90); }

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