Html Css Color HEX #AFCB2D Bahia

📋 copy color: '#AFCB2D'

red 175 ◦ green 203 ◦ blue 45

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

Shades of Bahia #AFCB2D

Tints of Bahia #AFCB2D

RGB

 RED value IS 175 (68.75% from 255) = 41.37%

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

 BLUE value IS 45 (17.97% from 255) = 10.64%

R = 41.37%
G = 47.99%
B = 10.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#AFCB2D (or 0xAFCB2D) is known color: Bahia. HEX triplet: AF, CB and 2D. RGB value is (175,203,45). Sum of RGB (Red+Green+Blue) = 175+203+45=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCB2D is #5034D2. Grayscale: #B1B1B1. Windows color (decimal): -5256403 or 3001263. OLE color: 3001263.

HSL color Cylindrical-coordinate representation of color #AFCB2D: hue angle of 70.63º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFCB2D is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 45 -
CMYK 0.14 0 0.78 0.20
HSL 70.63º 0.64% 0.49% -
HSV(B) 70.63º 0.78% 0.8% -
XYZ 39.51 52.02 10.44 -
YUV 176.62 53.72 126.85 -
System Red Green Blue C M Y K H S L
Decimal 175 203 45 0.14 0 0.78 0.20 70.63 0.64 0.49
Hex AF CB 2D E 0 4E 14 47 40 31
Octal 257 313 55 16 0 116 24 107 100 61
Binary 10101111 11001011 101101 1110 0 1001110 10100 1000111 1000000 110001

Color Harmonies of #AFCB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB2D

Black with #AFCB2D

Text Example


Text Example

White with #AFCB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB2D; }

 p { color: rgb(175,203,45); }

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

background-color css

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

 a { background-color: rgb(175,203,45); }

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

border-color css

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

 span { border-color: rgb(175,203,45); }

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