Html Css Color HEX #B1C92D Bahia

📋 copy color: '#B1C92D'

red 177 ◦ green 201 ◦ blue 45

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

Shades of Bahia #B1C92D

Tints of Bahia #B1C92D

RGB

 RED value IS 177 (69.53% from 255) = 41.84%

 GREEN value IS 201 (78.91% from 255) = 47.52%

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

R = 41.84%
G = 47.52%
B = 10.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#B1C92D (or 0xB1C92D) is known color: Bahia. HEX triplet: B1, C9 and 2D. RGB value is (177,201,45). Sum of RGB (Red+Green+Blue) = 177+201+45=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C92D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C92D is #4E36D2. Grayscale: #B0B0B0. Windows color (decimal): -5125843 or 3000753. OLE color: 3000753.

HSL color Cylindrical-coordinate representation of color #B1C92D: hue angle of 69.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1C92D is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 201 45 -
CMYK 0.12 0 0.78 0.21
HSL 69.23º 0.63% 0.48% -
HSV(B) 69.23º 0.78% 0.79% -
XYZ 39.49 51.31 10.3 -
YUV 176.04 54.05 128.68 -
System Red Green Blue C M Y K H S L
Decimal 177 201 45 0.12 0 0.78 0.21 69.23 0.63 0.48
Hex B1 C9 2D C 0 4E 15 45 3F 30
Octal 261 311 55 14 0 116 25 105 77 60
Binary 10110001 11001001 101101 1100 0 1001110 10101 1000101 111111 110000

Color Harmonies of #B1C92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C92D

Black with #B1C92D

Text Example


Text Example

White with #B1C92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C92D; }

 p { color: rgb(177,201,45); }

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

background-color css

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

 a { background-color: rgb(177,201,45); }

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

border-color css

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

 span { border-color: rgb(177,201,45); }

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