Html Css Color HEX #98CB14 Bahia

📋 copy color: '#98CB14'

red 152 ◦ green 203 ◦ blue 20

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

Shades of Bahia #98CB14

Tints of Bahia #98CB14

RGB

 RED value IS 152 (59.77% from 255) = 40.53%

 GREEN value IS 203 (79.69% from 255) = 54.13%

 BLUE value IS 20 (8.2% from 255) = 5.33%

R = 40.53%
G = 54.13%
B = 5.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#98CB14 (or 0x98CB14) is known color: Bahia. HEX triplet: 98, CB and 14. RGB value is (152,203,20). Sum of RGB (Red+Green+Blue) = 152+203+20=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CB14 is #6734EB. Grayscale: #A7A7A7. Windows color (decimal): -6763756 or 1362840. OLE color: 1362840.

HSL color Cylindrical-coordinate representation of color #98CB14: hue angle of 76.72º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98CB14 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 203 20 -
CMYK 0.25 0 0.90 0.20
HSL 76.72º 0.82% 0.44% -
HSV(B) 76.72º 0.9% 0.8% -
XYZ 34.43 49.44 8.39 -
YUV 166.89 45.1 117.38 -
System Red Green Blue C M Y K H S L
Decimal 152 203 20 0.25 0 0.90 0.20 76.72 0.82 0.44
Hex 98 CB 14 19 0 5A 14 4D 52 2C
Octal 230 313 24 31 0 132 24 115 122 54
Binary 10011000 11001011 10100 11001 0 1011010 10100 1001101 1010010 101100

Color Harmonies of #98CB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CB14

Black with #98CB14

Text Example


Text Example

White with #98CB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98CB14; }

 p { color: rgb(152,203,20); }

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

background-color css

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

 a { background-color: rgb(152,203,20); }

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

border-color css

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

 span { border-color: rgb(152,203,20); }

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