Html Css Color HEX #9CBE1D Bahia

📋 copy color: '#9CBE1D'

red 156 ◦ green 190 ◦ blue 29

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

Shades of Bahia #9CBE1D

Tints of Bahia #9CBE1D

RGB

 RED value IS 156 (61.33% from 255) = 41.6%

 GREEN value IS 190 (74.61% from 255) = 50.67%

 BLUE value IS 29 (11.72% from 255) = 7.73%

R = 41.6%
G = 50.67%
B = 7.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#9CBE1D (or 0x9CBE1D) is known color: Bahia. HEX triplet: 9C, BE and 1D. RGB value is (156,190,29). Sum of RGB (Red+Green+Blue) = 156+190+29=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBE1D is #6341E2. Grayscale: #A2A2A2. Windows color (decimal): -6504931 or 1949340. OLE color: 1949340.

HSL color Cylindrical-coordinate representation of color #9CBE1D: hue angle of 72.67º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9CBE1D is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 190 29 -
CMYK 0.18 0 0.85 0.25
HSL 72.67º 0.74% 0.43% -
HSV(B) 72.67º 0.85% 0.75% -
XYZ 32.35 43.98 7.95 -
YUV 161.48 53.24 124.09 -
System Red Green Blue C M Y K H S L
Decimal 156 190 29 0.18 0 0.85 0.25 72.67 0.74 0.43
Hex 9C BE 1D 12 0 55 19 49 4A 2B
Octal 234 276 35 22 0 125 31 111 112 53
Binary 10011100 10111110 11101 10010 0 1010101 11001 1001001 1001010 101011

Color Harmonies of #9CBE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBE1D

Black with #9CBE1D

Text Example


Text Example

White with #9CBE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,190,29); }

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

background-color css

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

 a { background-color: rgb(156,190,29); }

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

border-color css

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

 span { border-color: rgb(156,190,29); }

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