Html Css Color HEX #9BBD02 Citrus

📋 copy color: '#9BBD02'

red 155 ◦ green 189 ◦ blue 2

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

Shades of Citrus #9BBD02

Tints of Citrus #9BBD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 44.8%
G = 54.62%
B = 0.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#9BBD02 (or 0x9BBD02) is known color: Citrus. HEX triplet: 9B, BD and 02. RGB value is (155,189,2). Sum of RGB (Red+Green+Blue) = 155+189+2=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBD02 is #6442FD. Grayscale: #9E9E9E. Windows color (decimal): -6570750 or 179611. OLE color: 179611.

HSL color Cylindrical-coordinate representation of color #9BBD02: hue angle of 70.91º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BBD02 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 189 2 -
CMYK 0.18 0 0.99 0.26
HSL 70.91º 0.98% 0.37% -
HSV(B) 70.91º 0.99% 0.74% -
XYZ 31.73 43.37 6.76 -
YUV 157.52 40.24 126.21 -
System Red Green Blue C M Y K H S L
Decimal 155 189 2 0.18 0 0.99 0.26 70.91 0.98 0.37
Hex 9B BD 2 12 0 63 1A 47 62 25
Octal 233 275 2 22 0 143 32 107 142 45
Binary 10011011 10111101 10 10010 0 1100011 11010 1000111 1100010 100101

Color Harmonies of #9BBD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD02

Black with #9BBD02

Text Example


Text Example

White with #9BBD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,189,2); }

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

background-color css

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

 a { background-color: rgb(155,189,2); }

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

border-color css

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

 span { border-color: rgb(155,189,2); }

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