Html Css Color HEX #99BD25 Bahia

📋 copy color: '#99BD25'

red 153 ◦ green 189 ◦ blue 37

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

Shades of Bahia #99BD25

Tints of Bahia #99BD25

RGB

 RED value IS 153 (60.16% from 255) = 40.37%

 GREEN value IS 189 (74.22% from 255) = 49.87%

 BLUE value IS 37 (14.84% from 255) = 9.76%

R = 40.37%
G = 49.87%
B = 9.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#99BD25 (or 0x99BD25) is known color: Bahia. HEX triplet: 99, BD and 25. RGB value is (153,189,37). Sum of RGB (Red+Green+Blue) = 153+189+37=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BD25 is #6642DA. Grayscale: #A1A1A1. Windows color (decimal): -6701787 or 2473369. OLE color: 2473369.

HSL color Cylindrical-coordinate representation of color #99BD25: hue angle of 74.21º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99BD25 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 189 37 -
CMYK 0.19 0 0.80 0.26
HSL 74.21º 0.67% 0.44% -
HSV(B) 74.21º 0.8% 0.74% -
XYZ 31.67 43.3 8.44 -
YUV 160.91 58.07 122.36 -
System Red Green Blue C M Y K H S L
Decimal 153 189 37 0.19 0 0.80 0.26 74.21 0.67 0.44
Hex 99 BD 25 13 0 50 1A 4A 43 2C
Octal 231 275 45 23 0 120 32 112 103 54
Binary 10011001 10111101 100101 10011 0 1010000 11010 1001010 1000011 101100

Color Harmonies of #99BD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BD25

Black with #99BD25

Text Example


Text Example

White with #99BD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BD25; }

 p { color: rgb(153,189,37); }

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

background-color css

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

 a { background-color: rgb(153,189,37); }

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

border-color css

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

 span { border-color: rgb(153,189,37); }

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