Html Css Color HEX #9BCD02 Citrus

📋 copy color: '#9BCD02'

red 155 ◦ green 205 ◦ blue 2

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

Shades of Citrus #9BCD02

Tints of Citrus #9BCD02

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.63%

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

R = 42.82%
G = 56.63%
B = 0.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#9BCD02 (or 0x9BCD02) is known color: Citrus. HEX triplet: 9B, CD and 02. RGB value is (155,205,2). Sum of RGB (Red+Green+Blue) = 155+205+2=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCD02 is #6432FD. Grayscale: #A7A7A7. Windows color (decimal): -6566654 or 183707. OLE color: 183707.

HSL color Cylindrical-coordinate representation of color #9BCD02: hue angle of 74.78º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BCD02 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 205 2 -
CMYK 0.24 0 0.99 0.20
HSL 74.78º 0.98% 0.41% -
HSV(B) 74.78º 0.99% 0.8% -
XYZ 35.36 50.64 7.97 -
YUV 166.91 34.94 119.51 -
System Red Green Blue C M Y K H S L
Decimal 155 205 2 0.24 0 0.99 0.20 74.78 0.98 0.41
Hex 9B CD 2 18 0 63 14 4B 62 29
Octal 233 315 2 30 0 143 24 113 142 51
Binary 10011011 11001101 10 11000 0 1100011 10100 1001011 1100010 101001

Color Harmonies of #9BCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCD02

Black with #9BCD02

Text Example


Text Example

White with #9BCD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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