Html Css Color HEX #9BDB52 Conifer

📋 copy color: '#9BDB52'

red 155 ◦ green 219 ◦ blue 82

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

Shades of Conifer #9BDB52

Tints of Conifer #9BDB52

RGB

 RED value IS 155 (60.94% from 255) = 33.99%

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

 BLUE value IS 82 (32.42% from 255) = 17.98%

R = 33.99%
G = 48.03%
B = 17.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#9BDB52 (or 0x9BDB52) is known color: Conifer. HEX triplet: 9B, DB and 52. RGB value is (155,219,82). Sum of RGB (Red+Green+Blue) = 155+219+82=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB52 is #6424AD. Grayscale: #B8B8B8. Windows color (decimal): -6562990 or 5430171. OLE color: 5430171.

HSL color Cylindrical-coordinate representation of color #9BDB52: hue angle of 88.03º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BDB52 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 219 82 -
CMYK 0.29 0 0.63 0.14
HSL 88.03º 0.66% 0.59% -
HSV(B) 88.03º 0.63% 0.86% -
XYZ 40.37 58.24 17.1 -
YUV 184.25 70.3 107.14 -
System Red Green Blue C M Y K H S L
Decimal 155 219 82 0.29 0 0.63 0.14 88.03 0.66 0.59
Hex 9B DB 52 1D 0 3F E 58 42 3B
Octal 233 333 122 35 0 77 16 130 102 73
Binary 10011011 11011011 1010010 11101 0 111111 1110 1011000 1000010 111011

Color Harmonies of #9BDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDB52

Black with #9BDB52

Text Example


Text Example

White with #9BDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BDB52; }

 p { color: rgb(155,219,82); }

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

background-color css

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

 a { background-color: rgb(155,219,82); }

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

border-color css

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

 span { border-color: rgb(155,219,82); }

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