Html Css Color HEX #B8C127 Rio Grande

📋 copy color: '#B8C127'

red 184 ◦ green 193 ◦ blue 39

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

Shades of Rio Grande #B8C127

Tints of Rio Grande #B8C127

RGB

 RED value IS 184 (72.27% from 255) = 44.23%

 GREEN value IS 193 (75.78% from 255) = 46.39%

 BLUE value IS 39 (15.63% from 255) = 9.38%

R = 44.23%
G = 46.39%
B = 9.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#B8C127 (or 0xB8C127) is known color: Rio Grande. HEX triplet: B8, C1 and 27. RGB value is (184,193,39). Sum of RGB (Red+Green+Blue) = 184+193+39=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 39 (15.62% from 255 or 9.38% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C127 is #473ED8. Grayscale: #ADADAD. Windows color (decimal): -4669145 or 2605496. OLE color: 2605496.

HSL color Cylindrical-coordinate representation of color #B8C127: hue angle of 63.51º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8C127 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 193 39 -
CMYK 0.05 0 0.80 0.24
HSL 63.51º 0.66% 0.45% -
HSV(B) 63.51º 0.8% 0.76% -
XYZ 39.2 48.48 9.21 -
YUV 172.75 52.52 136.02 -
System Red Green Blue C M Y K H S L
Decimal 184 193 39 0.05 0 0.80 0.24 63.51 0.66 0.45
Hex B8 C1 27 5 0 50 18 40 42 2D
Octal 270 301 47 5 0 120 30 100 102 55
Binary 10111000 11000001 100111 101 0 1010000 11000 1000000 1000010 101101

Color Harmonies of #B8C127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C127

Black with #B8C127

Text Example


Text Example

White with #B8C127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C127; }

 p { color: rgb(184,193,39); }

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

background-color css

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

 a { background-color: rgb(184,193,39); }

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

border-color css

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

 span { border-color: rgb(184,193,39); }

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